LightShadows
UnityObjectLink
LightShadows

enum:/TYPE/UnityEngine.LightShadows///

Parent

UnityObjectLink

Variables
lightshadows::​hard
static readonly lightshadows::hard

enum constant number 1

lightshadows::​none
static readonly lightshadows::none

enum constant number 0

lightshadows::​soft
static readonly lightshadows::soft

enum constant number 2

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

no documentation

Returns

System.Int32

lightshadows::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightShadows enum
)

no documentation

Parameters
enum
UnityEngine.LightShadows

an enum of type LightShadows

Returns

System.Int32

lightshadows::​inttoenum
static UnityEngine.LightShadows IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.LightShadows

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String