Area rectangle class built using unified dimensions (UDims). More...
Public Member Functions | |
| Rect | asAbsolute (Size base) |
| Rect | asRelative (Size base) |
| UVector2 | getPosition () |
| UVector2 | getSize () |
| UDim | getWidth () |
| UDim | getHeight () |
| void | setPosition (UVector2 pos) |
| void | setSize (UVector2 sz) |
| void | setWidth (UDim w) |
| void | setHeight (UDim h) |
| void | offset (UVector2 sz) |
Public Attributes | |
| UVector2 | min |
| UVector2 | max |
Area rectangle class built using unified dimensions (UDims).
1.8.1.1