Свойство | Type | Description | |
---|---|---|---|
_backgroundColor | Color4 | ||
_body | Rectangle | ||
_borderColor | Color4 | ||
_borderRadius | int | ||
_borderThickness | int | ||
_parent | |||
_pressed | bool | ||
_state | State | ||
_texture | Texture | ||
_zDepth | int |
Méthode | 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 ( ) : |
||
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 ( |
||
Update ( ) : void |
Méthode | Description | |
---|---|---|
Bottom ( ) : int | ||
Right ( ) : int |
public Control ( int x, int y, int z, int width, int height, State state ) : System | ||
x | int | |
y | int | |
z | int | |
width | int | |
height | int | |
state | State | |
Résultat | System |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public SetBackgroundColor ( Color4 color ) : void | ||
color | Color4 | |
Résultat | void |
public SetBorderRadius ( int radius ) : void | ||
radius | int | |
Résultat | void |