Class VolumetricClouds.CloudShadowResolutionParameter
A VolumeParameter that holds a VolumetricClouds.CloudControl value.
Inheritance
VolumetricClouds.CloudShadowResolutionParameter
Implements
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public sealed class VolumetricClouds.CloudShadowResolutionParameter : VolumeParameter<VolumetricClouds.CloudShadowResolution>, IEquatable<VolumeParameter<VolumetricClouds.CloudShadowResolution>>
Constructors
CloudShadowResolutionParameter(CloudShadowResolution, bool)
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. |
bool | overrideState | The initial override state for the parameter. |