TweenState
Enum in Zigurous.Tweening
Declaration
public enum TweenStateDescription
A type of animation state that a tween can be in.
Properties
| Ready | The tween has been initialized and is ready to be played. |
| Playing | The tween is currently playing and receiving updates. |
| Stopped | The tween is currently stopped/paused. |
| Complete | The tween has completed but not yet killed. |
| Killed | The tween is killed, making it no longer usable. |