ex_camera_stop_shake

Stops all shake effects for the camera

Syntax

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

Description

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

Example

//Stop all shake effects for camera "global._camera"
ex_camera_stop_shake(global._camera);

Minimum Supported Version

exCamera 0.5.0