Rendering::​LightProbeUsage
UnityObjectLink
Rendering::​LightProbeUsage

enum:/TYPE/UnityEngine.Rendering.LightProbeUsage///

Parent

UnityObjectLink

Variables
rendering::​lightprobeusage::​blendprobes
static readonly rendering::lightprobeusage::blendprobes

enum constant number 1

rendering::​lightprobeusage::​customprovided
static readonly rendering::lightprobeusage::customprovided

enum constant number 3

rendering::​lightprobeusage::​off
static readonly rendering::lightprobeusage::off

enum constant number 0

rendering::​lightprobeusage::​useproxyvolume
static readonly rendering::lightprobeusage::useproxyvolume

enum constant number 2

Functions
rendering::​lightprobeusage::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

rendering::​lightprobeusage::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Rendering.LightProbeUsage enum
)

no documentation

Parameters
enum
UnityEngine.Rendering.LightProbeUsage

an enum of type Rendering::LightProbeUsage

Returns

System.Int32

rendering::​lightprobeusage::​inttoenum
static UnityEngine.Rendering.LightProbeUsage IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::Rendering::LightProbeUsage::Count()

Returns

UnityEngine.Rendering.LightProbeUsage

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::Rendering::LightProbeUsage::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::Rendering::LightProbeUsage::EnumToString(enum)

Returns

System.String