Gets the current state of the tween.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public TweenState State { get; }
Public ReadOnly Property State As TweenState
Get
public:
virtual property TweenState State {
TweenState get () sealed;
}
abstract State : TweenState with get
override State : TweenState with get
Property Value
Type:
TweenStateImplements
ITweenStateSee Also