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