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