TweenTStartValue Property |
Gets the starting value of the tween.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public T StartValue { get; }
Public ReadOnly Property StartValue As T
Get
public:
property T StartValue {
T get ();
}
member StartValue : 'T with get
Property Value
Type:
TSee Also