Details

Add TV RGB Display effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > TV > RGB Display

*without and with Camera Filter Pack TV RGB Display


Property

Range

Default

Distortion 0.01f to 4 1.0f

Manipulate TV RGB Display by script

Example:

// Drag and Drop your Camera GameObject 
// with the TV RGB Display component 
// to your current script on the CamFX_TV_RGB Display field 

public CameraFilterPack_TV_Rgb CamFX_TV_RGB Display; 

void Update() 
{
	CamFX_TV_RGB Display.Distortion =  1.0f;
}