Struct RectCorners
Assembly: ChocDino.UIFX.dll
Declaration
[Serializable]
public struct RectCorners
Fields
topLeft
Declaration
public float topLeft
topRight
Declaration
public float topRight
bottomLeft
Declaration
public float bottomLeft
bottomRight
Declaration
public float bottomRight
Methods
IsZero()
Declaration
public bool IsZero()
Returns
System.Boolean
ToVector()
Declaration
public Vector4 ToVector()
Returns
UnityEngine.Vector4