Details
Add Gradients Electric effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Gradients > Electric
*without and with Camera Filter Pack Gradients Electric
Property |
Range |
Default |
---|---|---|
Switch | 0f to 1f | 1f |
Fade | 0f to 1f | 1f |
Manipulate Gradients Electric by script
Example:
// Drag and Drop your Camera GameObject
// with the Gradients Electric component
// to your current script on the CamFX_Gradients_Electric field
public CameraFilterPack_Gradients_ElectricGradient CamFX_Gradients_Electric;
void Update()
{
CamFX_Gradients_Electric.Switch = 1f;
}