ShadowmaskMode
UnityObjectLink
ShadowmaskMode

enum:/TYPE/UnityEngine.ShadowmaskMode///

Parent

UnityObjectLink

Variables
shadowmaskmode::​distanceshadowmask
static readonly shadowmaskmode::distanceshadowmask

enum constant number 1

shadowmaskmode::​shadowmask
static readonly shadowmaskmode::shadowmask

enum constant number 0

Functions
shadowmaskmode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

shadowmaskmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ShadowmaskMode enum
)

no documentation

Parameters
enum
UnityEngine.ShadowmaskMode

an enum of type ShadowmaskMode

Returns

System.Int32

shadowmaskmode::​inttoenum
static UnityEngine.ShadowmaskMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ShadowmaskMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String