CrabUI
|
Default layout, simple descartes coordinate plane. More...
Public Member Functions | |
CUILayoutSimple (CUIComponent host) | |
![]() | |
void | ForceMarkUnchanged () |
This is just for debug, don't use it. | |
CUILayout (CUIComponent host) | |
override string | ToString () |
Additional Inherited Members | |
![]() | |
static CUILayout | Parse (string raw) |
![]() | |
CUIComponent | Host |
![]() | |
bool | changed = true |
bool | absoluteChanged = true |
bool | decorChanged = true |
![]() | |
![]() | |
bool | Changed [get, set] |
bool | SelfAndParentChanged [set] |
It doesn't optimize anything. | |
bool | ChildChanged [set] |
bool | AbsoluteChanged [get, set] |
bool | DecorChanged [get, set] |
Default layout, simple descartes coordinate plane.
Definition at line 16 of file CUILayoutSimple.cs.
CrabUI.CUILayoutSimple.CUILayoutSimple | ( | ) |
Definition at line 172 of file CUILayoutSimple.cs.
CrabUI.CUILayoutSimple.CUILayoutSimple | ( | CUIComponent | host | ) |
Definition at line 173 of file CUILayoutSimple.cs.