Class CompoundAnimation<T>
Inheritance
System.Object
Animation<T>
AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<T>
CompoundAnimation<T>
Inherited Members
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 |
---|---|
System.String |
Overrides
Unity.UIWidgets.animation.Animation<T>.ToString()