GLITCH


Descriptions

Add a Glitch to the current camera, and remove it automatically after the animation is end. By default, the timer duration is set to 3 seconds.

CameraPlay.Glitch(float time);

CameraPlay.Glitch();

Parameters

Name Description Value Description Default
Time Time duration of the effect animation in second. 1 = 1 second 3 seconds

Example:

CameraPlay.Glitch(2); // Add Glitch for 2 seconds

Note:

The effect is set by default on the main camera, if you want to change the current camera us CameraPlay.CurrentCamera and select the new camera All the other effect will use the new current camera.