Class ProxyAnimation
Inheritance
System.Object
Animation<System.Single>
AnimationLazyListenerMixinAnimation<System.Single>
AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<System.Single>
ProxyAnimation
Inherited Members
Namespace: Unity.UIWidgets.animation
Syntax
public class ProxyAnimation : AnimationLocalStatusListenersMixinAnimationLocalListenersMixinAnimationLazyListenerMixinAnimation<float>, ValueListenable<float>, Listenable
Constructors
ProxyAnimation(Animation<Single>)
Declaration
public ProxyAnimation(Animation<float> animation = null)
Parameters
Type | Name | Description |
---|---|---|
Animation<System.Single> | animation |
Properties
parent
Declaration
public Animation<float> parent { get; set; }
Property Value
Type | Description |
---|---|
Animation<System.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 |
---|---|
System.Single |
Overrides
Unity.UIWidgets.animation.Animation<System.Single>.value
Methods
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()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Unity.UIWidgets.animation.Animation<System.Single>.ToString()