ex_camera_reset_bounds(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function allows you to reset the boundary for the camera and let it freely move around again.
//Reset the bounds for the camera ex_camera_reset_bounds(global._camera);