Class CompoundAnimation<T> | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class CompoundAnimation<T>

    Inheritance
    Object
    Animation<T>
    AnimationLazyListenerMixinAnimation<T>
    AnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>
    AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>
    CompoundAnimation<T>
    AnimationMax
    AnimationMean
    AnimationMin
    Inherited Members
    AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>.addStatusListener(AnimationStatusListener)
    AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>.removeStatusListener(AnimationStatusListener)
    AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>.notifyStatusListeners(AnimationStatus)
    AnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>.addListener(VoidCallback)
    AnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>.removeListener(VoidCallback)
    AnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>.notifyListeners()
    AnimationLazyListenerMixinAnimation<T>.didRegisterListener()
    AnimationLazyListenerMixinAnimation<T>.didUnregisterListener()
    AnimationLazyListenerMixinAnimation<T>.isListening
    Animation<T>.value
    Animation<T>.isDismissed
    Animation<T>.isCompleted
    Animation<T>.toStringDetails()
    Animation<T>.drive<U>(Animatable<U>)
    Namespace: Unity.UIWidgets.animation
    Syntax
    public abstract class CompoundAnimation<T> : AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>, ValueListenable<T>, Listenable
    Type Parameters
    Name Description
    T

    Constructors

    CompoundAnimation(Animation<T>, Animation<T>)

    Declaration
    public CompoundAnimation(Animation<T> first = null, Animation<T> next = null)
    Parameters
    Type Name Description
    Animation<T> first
    Animation<T> next

    Fields

    first

    Declaration
    public readonly Animation<T> first
    Field Value
    Type Description
    Animation<T>

    next

    Declaration
    public readonly Animation<T> next
    Field Value
    Type Description
    Animation<T>

    Properties

    status

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

    Methods

    didStartListening()

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

    didStopListening()

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Unity.UIWidgets.animation.Animation<T>.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