ShadowProjection
UnityObjectLink
ShadowProjection

enum:/TYPE/UnityEngine.ShadowProjection///

Parent

UnityObjectLink

Variables
shadowprojection::​closefit
static readonly shadowprojection::closefit

enum constant number 0

shadowprojection::​stablefit
static readonly shadowprojection::stablefit

enum constant number 1

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

no documentation

Returns

System.Int32

shadowprojection::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ShadowProjection enum
)

no documentation

Parameters
enum
UnityEngine.ShadowProjection

an enum of type ShadowProjection

Returns

System.Int32

shadowprojection::​inttoenum
static UnityEngine.ShadowProjection IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ShadowProjection

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String