Class CurvedAnimation | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class CurvedAnimation

    Inheritance
    System.Object
    Animation<System.Single>
    AnimationWithParentMixin<System.Single, System.Single>
    CurvedAnimation
    Inherited Members
    AnimationWithParentMixin<Single, Single>.parent
    AnimationWithParentMixin<Single, Single>.addListener(VoidCallback)
    AnimationWithParentMixin<Single, Single>.removeListener(VoidCallback)
    AnimationWithParentMixin<Single, Single>.addStatusListener(AnimationStatusListener)
    AnimationWithParentMixin<Single, Single>.removeStatusListener(AnimationStatusListener)
    AnimationWithParentMixin<Single, Single>.status
    Animation<Single>.addListener(VoidCallback)
    Animation<Single>.removeListener(VoidCallback)
    Animation<Single>.addStatusListener(AnimationStatusListener)
    Animation<Single>.removeStatusListener(AnimationStatusListener)
    Animation<Single>.status
    Animation<Single>.isDismissed
    Animation<Single>.isCompleted
    Animation<Single>.toStringDetails()
    Animation<Single>.drive<U>(Animatable<U>)
    Namespace: Unity.UIWidgets.animation
    Syntax
    public class CurvedAnimation : AnimationWithParentMixin<float, float>, ValueListenable<float>, Listenable

    Constructors

    CurvedAnimation(Animation<Single>, Curve, Curve)

    Declaration
    public CurvedAnimation(Animation<float> parent = null, Curve curve = null, Curve reverseCurve = null)
    Parameters
    Type Name Description
    Animation<System.Single> parent
    Curve curve
    Curve reverseCurve

    Fields

    curve

    Declaration
    public Curve curve
    Field Value
    Type Description
    Curve

    reverseCurve

    Declaration
    public Curve reverseCurve
    Field Value
    Type Description
    Curve

    Properties

    parent

    Declaration
    public override Animation<float> parent { get; }
    Property Value
    Type Description
    Animation<System.Single>
    Overrides
    Unity.UIWidgets.animation.AnimationWithParentMixin<System.Single, System.Single>.parent

    value

    Declaration
    public override float value { get; }
    Property Value
    Type Description
    System.Single
    Overrides
    Unity.UIWidgets.animation.Animation<System.Single>.value

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    Unity.UIWidgets.animation.Animation<System.Single>.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023