Interface IProbeVolumeEnabledRenderPipeline
By implementing this interface, a render pipeline can indicate to its usage of the Adaptive Probe Volume system..
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IProbeVolumeEnabledRenderPipeline
Properties
maxSHBands
Indicates the maximum number of SH Bands used by this render pipeline instance.
Declaration
ProbeVolumeSHBands maxSHBands { get; }
Property Value
Type | Description |
---|---|
ProbeVolumeSHBands |
probeVolumeSceneData
Returns the projects global ProbeVolumeSceneData instance.
Declaration
ProbeVolumeSceneData probeVolumeSceneData { get; }
Property Value
Type | Description |
---|---|
ProbeVolumeSceneData |