Details

Add FX ZebraColor effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > FX > ZebraColor

*without and with Camera Filter Pack FX ZebraColor


Property

Range

Default

Value 1 to 10 3.0f

Manipulate FX ZebraColor by script

Example:

// Drag and Drop your Camera GameObject 
// with the FX ZebraColor component 
// to your current script on the CamFX_FX_ZebraColor field 

public CameraFilterPack_FX_ZebraColor CamFX_FX_ZebraColor; 

void Update() 
{
	CamFX_FX_ZebraColor.Value =  3.0f;
}