Enables a special inspector drawer for Unity Rect type, specially designed for editing RectTransforms using normalized values. More...
Inherits PropertyAttribute.
Public Member Functions | |
NormalizedRectAttribute (bool invertY=true, float aspectRatio=0) | |
Constructor for NormalizedRectAttribute. InvertY inverts Y handling, for RectTransforms which treat lowerRight as origin, rather than upper left. More... | |
Public Attributes | |
float | AspectRatio |
Set the Aspect Ratio More... | |
bool | InvertY |
Signal if Y should be inverted More... | |
Enables a special inspector drawer for Unity Rect type, specially designed for editing RectTransforms using normalized values.
NormalizedRectAttribute | ( | bool | invertY = true , |
float | aspectRatio = 0 |
||
) |
Constructor for NormalizedRectAttribute. InvertY inverts Y handling, for RectTransforms which treat lowerRight as origin, rather than upper left.
invertY | Invert Y handling |
aspectRatio | Expressed as Width/Height, this defines the ratio of the box shown in the inspector. Value of 0 indicates game window resolution will be used. |
float AspectRatio |
Set the Aspect Ratio
bool InvertY |
Signal if Y should be inverted