ex_camera_stop_tilt

Stops all tilt effects for the camera

Syntax

ex_camera_stop_tilt(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns nothing

Description

This function will stop any tilt effects currently playing from the particular camera.

Example

//Stop all tilt effects for camera "global._camera"
ex_camera_stop_tilt(global._camera);

Minimum Supported Version

exCamera 0.5.0