PlayTweenCamera

Description

Applies the given tween ID to a given camera ID with an optional delay and starts playing it. A tween can be played on multiple cameras at the same time, simply call this command again with a different camera ID. The camera will not be modified until the delay time has passed, at which point the tween will start at the begin values and move towards the end values over the tween duration. If a tween end value is modified whilst the tween is playing on a camera the camera will adjust its interpolation accordingly. Modifying the duration whilst playing is undefined and not compatible with chains.

Definition

PlayTweenCamera( tweenID, cameraID, delay )

Parameters