Testing events.
More...
Testing events.
Definition at line 18 of file RelativeDrag.cs.
◆ MouseEnter()
static void CrabUITest.EventTest.MouseEnter |
( |
CUIComponent | Main | ) |
|
|
static |
Definition at line 42 of file MouseEnter.cs.
43 {
45
47
49 }
virtual CUIComponent Append(CUIComponent child, string name=null, [CallerMemberName] string memberName="")
Adds children to the end of the list.
Draggable and resizable container for other components.
◆ RelativeDrag()
static void CrabUITest.EventTest.RelativeDrag |
( |
CUIComponent | Main | ) |
|
|
static |
Definition at line 21 of file RelativeDrag.cs.
22 {
24 {
27 };
28
30 {
33 Draggable = true,
34 };
35
36 frame["box"].DragHandle.DragRelative = true;
37
39 }
CUIAnchor is just a Vector2 This is a static class containing some helper methods.
Base class for all components.
The documentation for this class was generated from the following files: