Definition at line 7 of file Button.cs.
◆ activeStateColor
Color FalcoEngine.Button.activeStateColor |
|
getset |
Returns the button color in the active state (when the mouse is clicked and held down on this button)
Definition at line 53 of file Button.cs.
◆ activeStateTexture
Texture FalcoEngine.Button.activeStateTexture |
|
getset |
Returns the texture in the active state (when the mouse is clicked and held down on this button)
Definition at line 27 of file Button.cs.
◆ disabledStateColor
Color FalcoEngine.Button.disabledStateColor |
|
getset |
Returns the button color in the disabled state
Definition at line 69 of file Button.cs.
◆ disabledStateTexture
Texture FalcoEngine.Button.disabledStateTexture |
|
getset |
Returns the texture in the disabled state
Definition at line 32 of file Button.cs.
◆ hoverStateColor
Color FalcoEngine.Button.hoverStateColor |
|
getset |
Returns the button color in the hover state (when the mouse cursor is above this button)
Definition at line 37 of file Button.cs.
◆ hoverStateTexture
Texture FalcoEngine.Button.hoverStateTexture |
|
getset |
Returns the texture in the hover state (when the mouse cursor is above this button)
Definition at line 22 of file Button.cs.
◆ interactable
bool FalcoEngine.Button.interactable |
|
getset |
Gets or sets the button interactability (i.e. disable or enable this button or get its state)
Definition at line 85 of file Button.cs.
◆ normalStateTexture
Texture FalcoEngine.Button.normalStateTexture |
|
getset |
Returns the texture in the normal state
Definition at line 17 of file Button.cs.
The documentation for this class was generated from the following file: