Class RecursiveRendering
Recursive Rendering Volume Component. This component setups recursive rendering.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public sealed class RecursiveRendering : VolumeComponent
Constructors
RecursiveRendering()
Default constructor for the recursive rendering volume component.
Declaration
public RecursiveRendering()
Fields
enable
Enables recursive rendering.
Declaration
public BoolParameter enable
Field Value
Type | Description |
---|---|
BoolParameter |
layerMask
Layer mask used to include the objects for recursive rendering.
Declaration
public LayerMaskParameter layerMask
Field Value
Type | Description |
---|---|
LayerMaskParameter |
maxDepth
Defines the maximal recursion for rays.
Declaration
public ClampedIntParameter maxDepth
Field Value
Type | Description |
---|---|
ClampedIntParameter |
minSmoothness
Minmal smoothness for reflection rays. If the surface has a smoothness value below this threshold, a reflection ray will not be case and it will fallback on other techniques.
Declaration
public ClampedFloatParameter minSmoothness
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
rayLength
This defines the maximal travel distance of rays.
Declaration
public ClampedFloatParameter rayLength
Field Value
Type | Description |
---|---|
ClampedFloatParameter |