UpdateTweenCamera

Description

Updates a specific tween that has been started. The time value allows you to control how quickly the tween advances, and in most cases the result of GetFrameTime should be used. The time can be set negative so that the tween will play in reverse until it reaches its start point, however it will not stop playing when it reaches the beginning and will instead wait for the time to become positive again or wait for you to stop it manually. The tween must have already been started on the given camera with PlayTweenCamera or nothing will happen. If you have started a lot of tweens playing, then updating each tween individually will be a lot more expensive than using UpdateAllTweens.

Definition

UpdateTweenCamera( tweenID, cameraID, fTime )

Parameters