π Geometry
Geometry is a static class that provides information about widgets positions and sizes.
π¦ Functions
AbsoluteToLocal
Translates absolute coordinates into local coordinates.
β Returns Vector2D.
Widget
AbsoluteCoordinate
LocalToAbsolute
Translates local coordinates into absolute coordinates.
β Returns Vector2D.
Widget
LocalCoordinate
LocalToViewport
Translates local coordinate of the geometry provided into local viewport coordinates.
β Returns Vector2D (pixel position).
β Returns Vector2D (viewport position).
Widget
LocalCoordinate
IsUnderLocation
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in.
β Returns boolean.
Widget
AbsoluteCoordinate
ScreenToLocal
Translates a screen position in pixels into the local space of a widget with the given geometry.
If IncludeWindowPosition is true, then this method will also remove the game window's position (useful when in windowed mode).
β Returns boolean.
Widget
ScreenPosition
IncludeWindowPosition
GetLocalTopLeft
Returns the local top/left of the geometry in local coordinates.
β Returns Vector2D.
Widget
GetLocalSize
Returns the size of the geometry in local space.
β Returns Vector2D.
Widget
GetAbsoluteSize
Returns the size of the geometry in absolute space.
β Returns Vector2D.
Widget
Last updated
Was this helpful?