API Docs for:
Show:

UIElementPoint Class

Module: ui

An ui point is like a regular point with an x- and y-coordinate but if one of the coordinates is changed the needsUpdate property of the assigned game object will be set to true to trigger a refresh.

Item Index

Properties

Properties

object

gs.Object_UIElement

The UI object the rectangle belongs to.

x

Number

The x-coordinate of the point.

y

Number

The y-coordinate of the point.