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