Click or drag to resize

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
Members
  Member nameValueDescription
DoNotModify0 Does not change the current value.
Complete1 Causes the tween to progress to the end value immediately.
See Also