ex_camera_get_safe_area(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns the amount of safe area around the camera view.
//Return the safe area for the camera view and store it in variable "_value" _value = ex_camera_get_safe_area(global._camera);