docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AnimationCurveParameter

    A VolumeParameter that holds an AnimationCurve value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<AnimationCurve>
    AnimationCurveParameter
    Implements
    IEquatable<VolumeParameter<AnimationCurve>>
    Inherited Members
    VolumeParameter<AnimationCurve>.m_Value
    VolumeParameter<AnimationCurve>.value
    VolumeParameter<AnimationCurve>.Interp(AnimationCurve, AnimationCurve, float)
    VolumeParameter<AnimationCurve>.Override(AnimationCurve)
    VolumeParameter<AnimationCurve>.SetValue(VolumeParameter)
    VolumeParameter<AnimationCurve>.GetHashCode()
    VolumeParameter<AnimationCurve>.ToString()
    VolumeParameter<AnimationCurve>.Equals(VolumeParameter<AnimationCurve>)
    VolumeParameter<AnimationCurve>.Equals(object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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

    Implements

    IEquatable<T>

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)