ex_camera_get_tilt_angle

Returns the camera's tilt angle

Syntax

ex_camera_get_tilt_angle(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the tilt angle value, in degrees

Description

This function returns the tilt angle for the particular camera.

Example

//Return the tilt angle for the camera object and store it in variable "_value"
_value = ex_camera_get_tilt_angle(global._camera);

Minimum Supported Version

exCamera 0.5.0