Updates the tween.
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxbool Update(
	float elapsedTime
)
Function Update ( 
	elapsedTime As Single
) As Boolean
bool Update(
	float elapsedTime
)
abstract 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
 See Also
See Also