TweenStopBehavior Enumeration |
The behavior to use when manually stopping a tween.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum TweenStopBehavior
Public Enumeration TweenStopBehavior
public enum class TweenStopBehavior
Members
| Member name | Value | Description |
---|
| DoNotModify | 0 |
Does not change the current value.
|
| Complete | 1 |
Causes the tween to progress to the end value immediately.
|
See Also