Method |
Description |
|
Control ( int x, int y, int z, int width, int height, State state ) : System |
|
|
Disable ( ) : void |
|
|
Enable ( ) : void |
|
|
GetBodyRect ( ) : Rectangle |
|
|
GetContentRect ( ) : Rectangle |
|
|
GetHeight ( ) : int |
|
|
GetMargin ( ) : int |
|
|
GetParent ( ) : Panel |
|
|
GetRelativeX ( ) : int |
|
|
GetRelativeY ( ) : int |
|
|
GetWidth ( ) : int |
|
|
IsDisabled ( ) : bool |
|
|
IsTriggered ( ) : bool |
|
|
OnRelease ( ) : void |
|
|
OnTrigger ( ) : void |
|
|
Render ( ) : void |
|
|
RenderContent ( ) : void |
|
|
Resize ( int width, int height ) : void |
|
|
Selectable ( ) : bool |
|
|
SetBackgroundColor ( Color4 color ) : void |
|
|
SetBorderRadius ( int radius ) : void |
|
|
SetParent ( Panel parent ) : void |
|
|
Update ( ) : void |
|
|