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
APVLeakReductionModeParameter(APVLeakReductionMode, bool)
Creates a new APVLeakReductionModeParameter instance.
Declaration
public APVLeakReductionModeParameter(APVLeakReductionMode value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
APVLeakReductionMode | value | The initial value to store in the parameter. |
bool | overrideState | The initial override state for the parameter. |