Enum TweenStopBehavior
The behavior to use when manually stopping a tween.
Namespace: Aximo.Engine
Assembly: AxEngine.dll
Syntax
public enum TweenStopBehavior
Fields
Name | Description |
---|---|
AsIs | Does not change the current value. |
ForceComplete | Forces the tween progress to the end value. |