Click or drag to resize

ITweenUpdate Method

Updates the tween.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
bool Update(
	float elapsedTime
)

Parameters

elapsedTime
Type: SystemSingle
The elapsed time to add to the tween.

Return Value

Type: Boolean
True if done, false if not
See Also