Class representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion. More...
Public Member Functions | |
| float | asAbsolute (float base) |
| float | asRelative (float base) |
| void | add (UDim other) |
| void | subtract (UDim other) |
| void | divide (UDim other) |
| void | multiply (UDim other) |
| bool | operator= (UDim other) |
Public Attributes | |
| float | scale |
| float | offset |
Class representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion.
1.8.1.1