ex_camera_set_visible(cameraHandle, visible)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| visible | Whether the camera is visible, true or false |
This function will change the visibility of a specific camera.
//Hide the camera ex_camera_set_visible(global._camera, false);