TransparencySortMode
UnityObjectLink
TransparencySortMode

enum:/TYPE/UnityEngine.TransparencySortMode///

Parent

UnityObjectLink

Variables
transparencysortmode::​customaxis
static readonly transparencysortmode::customaxis

enum constant number 3

transparencysortmode::​default
static readonly transparencysortmode::default

enum constant number 0

transparencysortmode::​orthographic
static readonly transparencysortmode::orthographic

enum constant number 2

transparencysortmode::​perspective
static readonly transparencysortmode::perspective

enum constant number 1

Functions
toint
System.String ToInt()

ToInt, equivalent to UnityEngine::TransparencySortMode::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::TransparencySortMode::EnumToString(enum)

Returns

System.String

transparencysortmode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

transparencysortmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.TransparencySortMode enum
)

no documentation

Parameters
enum
UnityEngine.TransparencySortMode

an enum of type TransparencySortMode

Returns

System.Int32

transparencysortmode::​inttoenum
static UnityEngine.TransparencySortMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::TransparencySortMode::Count()

Returns

UnityEngine.TransparencySortMode