ex_camera_reset_easing

Resets the easing for the all effects

Syntax

ex_camera_reset_easing(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns nothing

Description

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.

Example

//Reset the easing method for the all the effects
ex_camera_reset_easing(global._camera);

Minimum Supported Version

exCamera 0.8.0