Photon Fusion 1.1.9

Public Member Functions | Public Attributes | List of all members
NormalizedRectAttribute Class Reference

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.
 

Public Attributes

float AspectRatio
 
bool InvertY
 

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
invertY
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.