Interface IVolumeDebugSettings2
Volume debug settings.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IVolumeDebugSettings2 : IVolumeDebugSettings
Properties
targetRenderPipeline
Specifies the render pipelie
Declaration
Type targetRenderPipeline { get; }
Property Value
Type | Description |
---|---|
Type |
volumeComponentsPathAndType
List of Volume component types and their path
Declaration
List<(string, Type)> volumeComponentsPathAndType { get; }
Property Value
Type | Description |
---|---|
List<(string, Type)> |