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