ex_camera_set_tilt_angle

Sets the tilt angle for the camera

Syntax

ex_camera_set_tilt_angle(cameraHandle, angle)
Argument Description
cameraHandle The camera handle
angle Angle to tilt, in degrees
Returns nothing

Description

This function changes the camera's tilt angle instantly.

Example

//Set the tilt angle for the camera to 90
ex_camera_set_tilt_angle(global._camera, 90);

Minimum Supported Version

exCamera 0.5.0