Class FogControlParameter
A
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public sealed class FogControlParameter : VolumeParameter<FogControl>
Constructors
FogControlParameter(FogControl, Boolean)
Creates a new FogControlParameter instance.
Declaration
public FogControlParameter(FogControl value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
FogControl | value | The initial value to store in the parameter. |
Boolean | overrideState | The initial override state for the parameter. |