Skip to content

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.

Properties

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.