Updates the tween.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool Update(
float elapsedTime
)
Public Function Update (
elapsedTime As Single
) As Boolean
public:
virtual bool Update(
float elapsedTime
) sealed
abstract Update :
elapsedTime : float32 -> bool
override Update :
elapsedTime : float32 -> bool
Parameters
- elapsedTime
- Type: SystemSingle
The elapsed time to add to the tween.
Return Value
Type:
BooleanTrue if done, false if not
Implements
ITweenUpdate(Single)See Also