ShadowResolution
UnityObjectLink
ShadowResolution

enum:/TYPE/UnityEngine.ShadowResolution///

Parent

UnityObjectLink

Variables
shadowresolution::​high
static readonly shadowresolution::high

enum constant number 2

shadowresolution::​low
static readonly shadowresolution::low

enum constant number 0

shadowresolution::​medium
static readonly shadowresolution::medium

enum constant number 1

shadowresolution::​veryhigh
static readonly shadowresolution::veryhigh

enum constant number 3

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

no documentation

Returns

System.Int32

shadowresolution::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.ShadowResolution enum
)

no documentation

Parameters
enum
UnityEngine.ShadowResolution

an enum of type ShadowResolution

Returns

System.Int32

shadowresolution::​inttoenum
static UnityEngine.ShadowResolution IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.ShadowResolution

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String