ex_camera_fade_in(cameraHandle, duration)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| duration | The duration of the effect, in steps |
This function will perform a fade in effect.
//fade the camera in, the effect lasting 40 steps ex_camera_fade_in(global._camera, 40);