Click or drag to resize

TweenTUpdate Method

Updates the tween.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public 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

Implements

ITweenUpdate(Single)
See Also