NOISE
Descriptions
Add a Noise to the current camera, and remove it automatically after the animation is end. By default, the timer duration is set to 3 seconds.
CameraPlay.Noise(float time);
CameraPlay.Noise();
Parameters
Name | Description | Value Description | Default |
---|---|---|---|
Time | Time duration of the effect animation in second. | 1 = 1 second | 3 seconds |
Example:
CameraPlay.Noise(2); // Add Noise 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.