Class APVLeakReductionModeParameter
A VolumeParameter that holds a APVLeakReductionMode value.
Inheritance
APVLeakReductionModeParameter
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
[Serializable]
public sealed class APVLeakReductionModeParameter : VolumeParameter<APVLeakReductionMode>, ICloneable, IEquatable<VolumeParameter<APVLeakReductionMode>>
Constructors
APVLeakReductionModeParameter(APVLeakReductionMode, Boolean)
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. |
Boolean | overrideState | The initial override state for the parameter. |