Class VolumetricClouds.CloudMapResolutionParameter
A VolumeParameter that holds a VolumetricClouds.CloudMapResolution value.
Inheritance
VolumetricClouds.CloudMapResolutionParameter
Implements
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public sealed class VolumetricClouds.CloudMapResolutionParameter : VolumeParameter<VolumetricClouds.CloudMapResolution>, IEquatable<VolumeParameter<VolumetricClouds.CloudMapResolution>>
Constructors
CloudMapResolutionParameter(CloudMapResolution, bool)
Creates a new VolumetricClouds.CloudMapResolutionParameter instance.
Declaration
public CloudMapResolutionParameter(VolumetricClouds.CloudMapResolution value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
VolumetricClouds.CloudMapResolution | value | The initial value to store in the parameter. |
bool | overrideState | The initial override state for the parameter. |