ex_camera_get_safe_area

Returns the safe area for the camera

Syntax

ex_camera_get_safe_area(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the safe area for the camera

Description

This function returns the amount of safe area around the camera view.

Example

//Return the safe area for the camera view and store it in variable "_value"
_value = ex_camera_get_safe_area(global._camera);

Minimum Supported Version

exCamera 0.8.0