LightProbeProxyVolume
Behaviour
LightProbeProxyVolume

class:/TYPE/UnityEngine.LightProbeProxyVolume//, can be loaded from an assetbundle using LightProbeProxyVolume::createfromassetbundle(bundlename,prefabname) /

Parent

Behaviour

Variables
boundingboxmode
UnityEngine.LightProbeProxyVolume.BoundingBoxMode boundingboxmode
boundsglobal
readonly UnityEngine.Bounds boundsglobal
dataformat
UnityEngine.LightProbeProxyVolume.DataFormat dataformat
gridresolutionx
System.Int32 gridresolutionx
gridresolutiony
System.Int32 gridresolutiony
gridresolutionz
System.Int32 gridresolutionz
lightprobeproxyvolume::​boundingboxmode::​automaticlocal
static readonly lightprobeproxyvolume::boundingboxmode::automaticlocal

enum constant number 0

lightprobeproxyvolume::​boundingboxmode::​automaticworld
static readonly lightprobeproxyvolume::boundingboxmode::automaticworld

enum constant number 1

lightprobeproxyvolume::​boundingboxmode::​custom
static readonly lightprobeproxyvolume::boundingboxmode::custom

enum constant number 2

lightprobeproxyvolume::​dataformat::​float
static readonly lightprobeproxyvolume::dataformat::float

enum constant number 1

lightprobeproxyvolume::​dataformat::​halffloat
static readonly lightprobeproxyvolume::dataformat::halffloat

enum constant number 0

lightprobeproxyvolume::​isfeaturesupported
static readonly System.Boolean lightprobeproxyvolume::isfeaturesupported
lightprobeproxyvolume::​probepositionmode::​cellcenter
static readonly lightprobeproxyvolume::probepositionmode::cellcenter

enum constant number 1

lightprobeproxyvolume::​probepositionmode::​cellcorner
static readonly lightprobeproxyvolume::probepositionmode::cellcorner

enum constant number 0

lightprobeproxyvolume::​qualitymode::​low
static readonly lightprobeproxyvolume::qualitymode::low

enum constant number 0

lightprobeproxyvolume::​qualitymode::​normal
static readonly lightprobeproxyvolume::qualitymode::normal

enum constant number 1

lightprobeproxyvolume::​refreshmode::​automatic
static readonly lightprobeproxyvolume::refreshmode::automatic

enum constant number 0

lightprobeproxyvolume::​refreshmode::​everyframe
static readonly lightprobeproxyvolume::refreshmode::everyframe

enum constant number 1

lightprobeproxyvolume::​refreshmode::​viascripting
static readonly lightprobeproxyvolume::refreshmode::viascripting

enum constant number 2

lightprobeproxyvolume::​resolutionmode::​automatic
static readonly lightprobeproxyvolume::resolutionmode::automatic

enum constant number 0

lightprobeproxyvolume::​resolutionmode::​custom
static readonly lightprobeproxyvolume::resolutionmode::custom

enum constant number 1

origincustom
UnityEngine.Vector3 origincustom
probedensity
System.Single probedensity
probepositionmode
UnityEngine.LightProbeProxyVolume.ProbePositionMode probepositionmode
qualitymode
UnityEngine.LightProbeProxyVolume.QualityMode qualitymode
refreshmode
UnityEngine.LightProbeProxyVolume.RefreshMode refreshmode
resolutionmode
UnityEngine.LightProbeProxyVolume.ResolutionMode resolutionmode
sizecustom
UnityEngine.Vector3 sizecustom
Functions
lightprobeproxyvolume::​boundingboxmode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightprobeproxyvolume::​boundingboxmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightProbeProxyVolume+BoundingBoxMode enum
)

no documentation

Parameters
enum
UnityEngine.LightProbeProxyVolume BoundingBoxMode

an enum of type LightProbeProxyVolume::BoundingBoxMode

Returns

System.Int32

lightprobeproxyvolume::​boundingboxmode::​inttoenum
static UnityEngine.LightProbeProxyVolume+BoundingBoxMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightProbeProxyVolume::BoundingBoxMode::Count()

Returns

UnityEngine.LightProbeProxyVolume+BoundingBoxMode

lightprobeproxyvolume::​create
static UnityEngine.LightProbeProxyVolume Create ()

Constructor replaces new;

Returns

UnityEngine.LightProbeProxyVolume

lightprobeproxyvolume::​dataformat::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightprobeproxyvolume::​dataformat::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightProbeProxyVolume+DataFormat enum
)

no documentation

Parameters
enum
UnityEngine.LightProbeProxyVolume DataFormat

an enum of type LightProbeProxyVolume::DataFormat

Returns

System.Int32

lightprobeproxyvolume::​dataformat::​inttoenum
static UnityEngine.LightProbeProxyVolume+DataFormat IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightProbeProxyVolume::DataFormat::Count()

Returns

UnityEngine.LightProbeProxyVolume+DataFormat

lightprobeproxyvolume::​fromassetbundle
static UnityEngine.LightProbeProxyVolume CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.LightProbeProxyVolume

lightprobeproxyvolume::​probepositionmode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightprobeproxyvolume::​probepositionmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightProbeProxyVolume+ProbePositionMode enum
)

no documentation

Parameters
enum
UnityEngine.LightProbeProxyVolume ProbePositionMode

an enum of type LightProbeProxyVolume::ProbePositionMode

Returns

System.Int32

lightprobeproxyvolume::​probepositionmode::​inttoenum
static UnityEngine.LightProbeProxyVolume+ProbePositionMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightProbeProxyVolume::ProbePositionMode::Count()

Returns

UnityEngine.LightProbeProxyVolume+ProbePositionMode

lightprobeproxyvolume::​qualitymode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightprobeproxyvolume::​qualitymode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightProbeProxyVolume+QualityMode enum
)

no documentation

Parameters
enum
UnityEngine.LightProbeProxyVolume QualityMode

an enum of type LightProbeProxyVolume::QualityMode

Returns

System.Int32

lightprobeproxyvolume::​qualitymode::​inttoenum
static UnityEngine.LightProbeProxyVolume+QualityMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightProbeProxyVolume::QualityMode::Count()

Returns

UnityEngine.LightProbeProxyVolume+QualityMode

lightprobeproxyvolume::​refreshmode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightprobeproxyvolume::​refreshmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightProbeProxyVolume+RefreshMode enum
)

no documentation

Parameters
enum
UnityEngine.LightProbeProxyVolume RefreshMode

an enum of type LightProbeProxyVolume::RefreshMode

Returns

System.Int32

lightprobeproxyvolume::​refreshmode::​inttoenum
static UnityEngine.LightProbeProxyVolume+RefreshMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightProbeProxyVolume::RefreshMode::Count()

Returns

UnityEngine.LightProbeProxyVolume+RefreshMode

lightprobeproxyvolume::​resolutionmode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

lightprobeproxyvolume::​resolutionmode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.LightProbeProxyVolume+ResolutionMode enum
)

no documentation

Parameters
enum
UnityEngine.LightProbeProxyVolume ResolutionMode

an enum of type LightProbeProxyVolume::ResolutionMode

Returns

System.Int32

lightprobeproxyvolume::​resolutionmode::​inttoenum
static UnityEngine.LightProbeProxyVolume+ResolutionMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::LightProbeProxyVolume::ResolutionMode::Count()

Returns

UnityEngine.LightProbeProxyVolume+ResolutionMode

update
System.Void Update()
Returns

System.Void