ex_camera_reset_bounds

Resets the bounds for the camera

Syntax

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

Description

This function allows you to reset the boundary for the camera and let it freely move around again.

Example

//Reset the bounds for the camera
ex_camera_reset_bounds(global._camera);

Minimum Supported Version

exCamera 1.0.2