|
GearBlocks
The GearBlocks Lua scripting API
|
Provides access to a UI element's properties. More...
Properties | |
| bool | IsVisible [get, set] |
| Is the element visible? | |
| bool | IsInteractable [get, set] |
| Is the element interactable? | |
| bool | IsTargetable [get, set] |
| Is the element targetable? | |
Provides access to a UI element's properties.
|
getset |
Is the element visible?
true if this element is visible; otherwise, false.
Implemented in SmashHammer.UI.Element.
|
getset |
Is the element interactable?
true if this element is interactable; otherwise, false.
|
getset |
Is the element targetable?
true if this element is targetable (i.e. mouse pointer blocking); otherwise, false.