Class ReverseAnimation | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class ReverseAnimation

    Inheritance
    Object
    Animation<Single>
    AnimationLazyListenerMixinAnimation<Single>
    AnimationLocalStatusListenersMixinAnimationLazyListenerMixinAnimation<Single>
    ReverseAnimation
    Inherited Members
    AnimationLocalStatusListenersMixinAnimationLazyListenerMixinAnimation<Single>.addStatusListener(AnimationStatusListener)
    AnimationLocalStatusListenersMixinAnimationLazyListenerMixinAnimation<Single>.removeStatusListener(AnimationStatusListener)
    AnimationLocalStatusListenersMixinAnimationLazyListenerMixinAnimation<Single>.notifyStatusListeners(AnimationStatus)
    AnimationLazyListenerMixinAnimation<Single>.didRegisterListener()
    AnimationLazyListenerMixinAnimation<Single>.didUnregisterListener()
    AnimationLazyListenerMixinAnimation<Single>.isListening
    Animation<Single>.isDismissed
    Animation<Single>.isCompleted
    Animation<Single>.toStringDetails()
    Animation<Single>.drive<U>(Animatable<U>)
    Namespace: Unity.UIWidgets.animation
    Syntax
    public class ReverseAnimation : AnimationLocalStatusListenersMixinAnimationLazyListenerMixinAnimation<float>, ValueListenable<float>, Listenable

    Constructors

    ReverseAnimation(Animation<Single>)

    Declaration
    public ReverseAnimation(Animation<float> parent)
    Parameters
    Type Name Description
    Animation<Single> parent

    Properties

    parent

    Declaration
    public Animation<float> parent { get; }
    Property Value
    Type Description
    Animation<Single>

    status

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

    value

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

    Methods

    addListener(VoidCallback)

    Declaration
    public override void addListener(VoidCallback listener)
    Parameters
    Type Name Description
    VoidCallback listener
    Overrides
    Unity.UIWidgets.animation.Animation<System.Single>.addListener(Unity.UIWidgets.ui.VoidCallback)

    didStartListening()

    Declaration
    protected override void didStartListening()
    Overrides
    Unity.UIWidgets.animation.AnimationLazyListenerMixinAnimation<System.Single>.didStartListening()

    didStopListening()

    Declaration
    protected override void didStopListening()
    Overrides
    Unity.UIWidgets.animation.AnimationLazyListenerMixinAnimation<System.Single>.didStopListening()

    removeListener(VoidCallback)

    Declaration
    public override void removeListener(VoidCallback listener)
    Parameters
    Type Name Description
    VoidCallback listener
    Overrides
    Unity.UIWidgets.animation.Animation<System.Single>.removeListener(Unity.UIWidgets.ui.VoidCallback)

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    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