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