Enum TweenState
State of an Tween object
Namespace: Aximo.Engine
Assembly: AxEngine.dll
Syntax
public enum TweenState
Fields
Name | Description |
---|---|
Paused | The tween is paused. |
Running | The tween is running. |
Stopped | The tween is stopped. |