Details

Add Noise TV_2 effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Noise > TV_2

*without and with Camera Filter Pack Noise TV_2


Property

Range

Default

Fade 0f to 1f 1f
Fade_Additive 0f to 1f 0f
Fade_Distortion 0f to 1f 0f

Manipulate Noise TV_2 by script

Example:

// Drag and Drop your Camera GameObject 
// with the Noise TV_2 component 
// to your current script on the CamFX_Noise_TV_2 field 

public CameraFilterPack_Noise_TV_2 CamFX_Noise_TV_2; 

void Update() 
{
	CamFX_Noise_TV_2.Fade =  1f;
}