-
Notifications
You must be signed in to change notification settings - Fork 0
UIElement
IliasHDZ edited this page Apr 21, 2020
·
1 revision
abstract UIElement : Instance
All the UI object are inherited from UIElement. abstract means that it cannot be created.
Vec2 AbsolutePosition [read-only]
This returns the on screen coordinates of where the UIElement would be drawn.
Vec2 AbsoluteSize [read-only]
This returns the on screen draw size of the UIElement.
Uiv2 Position
This is the Uiv2 Position of the UIElement.
Uiv2 Size
This is the Uiv2 Size of the UIElement.