|
CrabUI
|
Default layout, simple descartes coordinate plane. More...
Public Member Functions | |
| CUILayoutSimple (CUIComponent host) | |
Public Member Functions inherited from CrabUI.CUILayout | |
| void | ForceMarkUnchanged () |
| This is just for debug, don't use it. | |
| CUILayout (CUIComponent host) | |
| override string | ToString () |
Additional Inherited Members | |
Static Public Member Functions inherited from CrabUI.CUILayout | |
| static CUILayout | Parse (string raw) |
Public Attributes inherited from CrabUI.CUILayout | |
| CUIComponent | Host |
Protected Attributes inherited from CrabUI.CUILayout | |
| bool | changed = true |
| bool | absoluteChanged = true |
| bool | decorChanged = true |
Package Functions inherited from CrabUI.CUILayout | |
Properties inherited from CrabUI.CUILayout | |
| 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.