Struct ReflectionSystemParameters
Holds settings for the reflection system.
Namespace: UnityEngine.Experimental.Rendering.HDPipeline
Syntax
public struct ReflectionSystemParameters
Fields
Default
Declaration
public static ReflectionSystemParameters Default
Field Value
| Type | Description |
|---|---|
| ReflectionSystemParameters |
maxActivePlanarReflectionProbe
Maximum number of active planar reflection in the world.
Declaration
public int maxActivePlanarReflectionProbe
Field Value
| Type | Description |
|---|---|
| Int32 |
maxActiveReflectionProbe
Maximum number of active non planar reflection in the world.
Declaration
public int maxActiveReflectionProbe
Field Value
| Type | Description |
|---|---|
| Int32 |
maxPlanarReflectionProbePerCamera
Maximum number of planar reflection that can be found in a cull result.
Declaration
public int maxPlanarReflectionProbePerCamera
Field Value
| Type | Description |
|---|---|
| Int32 |
planarReflectionProbeSize
Size of the planar probe textures.
Declaration
public int planarReflectionProbeSize
Field Value
| Type | Description |
|---|---|
| Int32 |
reflectionProbeSize
Size of the non planar probe textures.
Declaration
public int reflectionProbeSize
Field Value
| Type | Description |
|---|---|
| Int32 |