ex_camera_fade_in

Fades the camera in

Syntax

ex_camera_fade_in(cameraHandle, duration)
Argument Description
cameraHandle The camera handle
duration The duration of the effect, in steps
Returns nothing

Description

This function will perform a fade in effect.

Example

//fade the camera in, the effect lasting 40 steps
ex_camera_fade_in(global._camera, 40);

Minimum Supported Version

exCamera 0.5.0