ex_camera_reset_easing(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
By default the camera uses a smoothstep animation. This function gives more control over this and resets the easing algorithm for all effect functions in order to achieve a smoother animation or other effects. Because this affects all the camera animations it may interfere with other currently playing animations and as such it should be used when necessary. The camera effects will revert using the default smoothstep animation.
//Reset the easing method for the all the effects ex_camera_reset_easing(global._camera);