LightShadowCasterMode
UnityObjectLink
LightShadowCasterMode

enum:/TYPE/UnityEngine.LightShadowCasterMode///

Parent

UnityObjectLink

Variables
lightshadowcastermode::​default
static readonly lightshadowcastermode::default

enum constant number 0

lightshadowcastermode::​everything
static readonly lightshadowcastermode::everything

enum constant number 2

lightshadowcastermode::​nonlightmappedonly
static readonly lightshadowcastermode::nonlightmappedonly

enum constant number 1

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

no documentation

Returns

System.Int32

lightshadowcastermode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightShadowCasterMode enum
)

no documentation

Parameters
enum
UnityEngine.LightShadowCasterMode

an enum of type LightShadowCasterMode

Returns

System.Int32

lightshadowcastermode::​inttoenum
static UnityEngine.LightShadowCasterMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.LightShadowCasterMode

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String