TweenTCurrentValue Property |
Gets the current value of the tween.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public T CurrentValue { get; }
Public ReadOnly Property CurrentValue As T
Get
public:
virtual property T CurrentValue {
T get () sealed;
}
abstract CurrentValue : 'T with get
override CurrentValue : 'T with get
Property Value
Type:
TImplements
ITweenTCurrentValueSee Also