|
Angulos
|
Represents any UI element. More...
Properties | |
| Vector2 | Position [get, set] |
| The object's position. Vector2.Zero for automatic positioning. | |
| bool | Visible [get, set] |
| If the object is visible. | |
Represents any UI element.
|
getset |
The object's position. Vector2.Zero for automatic positioning.
Implemented in Angulos.UI.UIElements.Button, Angulos.UI.UIElements.Container, Angulos.UI.UIElements.DecimalSlider, and Angulos.UI.UIElements.Label.
|
getset |
If the object is visible.
Implemented in Angulos.UI.UIElements.Button, Angulos.UI.UIElements.Container, Angulos.UI.UIElements.DecimalSlider, and Angulos.UI.UIElements.Label.