Class ReverseAnimation
Inheritance
ReverseAnimation
Inherited Members
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()