Class APVLeakReductionModeParameter
A VolumeParameter that holds a APVLeakReductionMode value.
Inheritance
APVLeakReductionModeParameter
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public sealed class APVLeakReductionModeParameter : VolumeParameter<APVLeakReductionMode>, ICloneable, IEquatable<VolumeParameter<APVLeakReductionMode>>
Constructors
Name | Description |
---|---|
APVLeakReductionModeParameter(APVLeakReductionMode, bool) | Creates a new APVLeakReductionModeParameter instance. |