Details

Add FX Hexagon_Black effect to your camera.

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

*without and with Camera Filter Pack FX Hexagon_Black


Property

Range

Default

Value 0.2f to 10.0f 1.0f

Manipulate FX Hexagon_Black by script

Example:

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

public CameraFilterPack_FX_Hexagon_Black CamFX_FX_Hexagon_Black; 

void Update() 
{
	CamFX_FX_Hexagon_Black.Value =  1.0f;
}