Photon Fusion 2.1.1

NormalizedRectAttribute Class Reference

Enables a special inspector drawer for Unity Rect type, specially designed for editing RectTransforms using normalized values. More...

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.

Public Attributes

float AspectRatio
 Set the Aspect Ratio.
bool InvertY
 Signal if Y should be inverted.

Detailed Description

Enables a special inspector drawer for Unity Rect type, specially designed for editing RectTransforms using normalized values.

Constructor & Destructor Documentation

◆ NormalizedRectAttribute()

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.

Parameters
invertYInvert Y handling
aspectRatioExpressed as Width/Height, this defines the ratio of the box shown in the inspector. Value of 0 indicates game window resolution will be used.