![]() |
GearBlocks
The GearBlocks Lua scripting API
|
An input field UI element. More...
Properties | |
string | Value [get, set] |
The input field value. | |
![]() | |
virtual bool | IsVisible [get, set] |
Is the element visible? | |
![]() | |
bool | IsVisible [get, set] |
Is the element visible? | |
bool | IsInteractable [get, set] |
Is the element interactable? | |
bool | IsTargetable [get, set] |
Is the element targetable? | |
![]() | |
string | Value [get, set] |
The input field value. | |
Additional Inherited Members | |
![]() | |
enum | Align : byte { LeftEdge , RightEdge , TopEdge , BottomEdge , HorizEdges , VertEdges , HorizCentre , VertCentre } |
UI element alignment mode. More... | |
void | SetAlignment (Align align, float paramA, float paramB) |
Set the element's alignment. | |
void | SetRotation (float angle) |
Set the element's rotation. | |
![]() | |
ValueChangedHandler | OnChanged |
Event that is raised when the input field text is changed. | |
ValueChangedHandler | OnEndEdit |
Event that is raised when editing the input field text has ended. | |
An input field UI element.
|
getset |