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