Struct GlobalLightLoopSettings
Global Light Loop Settings.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Serializable]
public struct GlobalLightLoopSettings
Fields
cookieAtlasLastValidMip
Last valid mip for cookie atlas.
Declaration
public int cookieAtlasLastValidMip
Field Value
Type | Description |
---|---|
Int32 |
cookieAtlasSize
Cookie atlas resolution.
Declaration
[FormerlySerializedAs("cookieSize")]
public CookieAtlasResolution cookieAtlasSize
Field Value
Type | Description |
---|---|
CookieAtlasResolution |
cookieFormat
Cookie atlas graphics format.
Declaration
public CookieAtlasGraphicsFormat cookieFormat
Field Value
Type | Description |
---|---|
CookieAtlasGraphicsFormat |
maxAreaLightsOnScreen
Maximum number of area lights at the same time on screen.
Declaration
public int maxAreaLightsOnScreen
Field Value
Type | Description |
---|---|
Int32 |
maxDecalsOnScreen
Maximum number of decals at the same time on screen.
Declaration
public int maxDecalsOnScreen
Field Value
Type | Description |
---|---|
Int32 |
maxDirectionalLightsOnScreen
Maximum number of directional lights at the same time on screen.
Declaration
public int maxDirectionalLightsOnScreen
Field Value
Type | Description |
---|---|
Int32 |
maxEnvLightsOnScreen
Maximum number of environment lights at the same time on screen.
Declaration
public int maxEnvLightsOnScreen
Field Value
Type | Description |
---|---|
Int32 |
maxLightsPerClusterCell
Maximum number of lights per ray tracing light cluster cell.
Declaration
public int maxLightsPerClusterCell
Field Value
Type | Description |
---|---|
Int32 |
maxLocalVolumetricFogOnScreen
Maximum number of Local Volumetric Fog at the same time on screen.
Declaration
[Range(1F, 512F)]
public int maxLocalVolumetricFogOnScreen
Field Value
Type | Description |
---|---|
Int32 |
maxLocalVolumetricFogSize
Maximum size of one Local Volumetric Fog texture.
Declaration
public LocalVolumetricFogResolution maxLocalVolumetricFogSize
Field Value
Type | Description |
---|---|
LocalVolumetricFogResolution |
maxPlanarReflectionOnScreen
Maximum number of planar reflections at the same time on screen.
Declaration
public int maxPlanarReflectionOnScreen
Field Value
Type | Description |
---|---|
Int32 |
maxPunctualLightsOnScreen
Maximum number of punctual lights at the same time on screen.
Declaration
public int maxPunctualLightsOnScreen
Field Value
Type | Description |
---|---|
Int32 |
planarReflectionAtlasSize
Planar reflections atlas resolution.
Declaration
[FormerlySerializedAs("planarReflectionTextureSize")]
public PlanarReflectionAtlasResolution planarReflectionAtlasSize
Field Value
Type | Description |
---|---|
PlanarReflectionAtlasResolution |
pointCookieSize
Cookie atlas resolution for point lights.
Declaration
public CubeCookieResolution pointCookieSize
Field Value
Type | Description |
---|---|
CubeCookieResolution |
reflectionCacheCompressed
Enable reflection probe cache compression.
Declaration
public bool reflectionCacheCompressed
Field Value
Type | Description |
---|---|
Boolean |
reflectionCubemapSize
Reflection probes resolution.
Declaration
public CubeReflectionResolution reflectionCubemapSize
Field Value
Type | Description |
---|---|
CubeReflectionResolution |
reflectionProbeCacheSize
Maximum number of cached reflection probes.
Declaration
public int reflectionProbeCacheSize
Field Value
Type | Description |
---|---|
Int32 |
reflectionProbeFormat
Reflection probes resolution.
Declaration
public ReflectionAndPlanarProbeFormat reflectionProbeFormat
Field Value
Type | Description |
---|---|
ReflectionAndPlanarProbeFormat |
skyLightingOverrideLayerMask
LayerMask used for sky lighting override.
Declaration
public LayerMask skyLightingOverrideLayerMask
Field Value
Type | Description |
---|---|
LayerMask |
skyReflectionSize
Resolution of the sky reflection cubemap.
Declaration
public SkyResolution skyReflectionSize
Field Value
Type | Description |
---|---|
SkyResolution |
supportFabricConvolution
Enable fabric specific convolution for probes and sky lighting.
Declaration
public bool supportFabricConvolution
Field Value
Type | Description |
---|---|
Boolean |