Details

Add Vision Blood_Fast effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Vision > Blood_Fast

*without and with Camera Filter Pack Vision Blood_Fast


Property

Range

Default

HoleSize 0.01f to 1f 0.6f
HoleSmooth -1f to 1f 0.3f
Color1 -2f to 2f 0.2f
Color2 -2f to 2f 0.9f

Manipulate Vision Blood_Fast by script

Example:

// Drag and Drop your Camera GameObject 
// with the Vision Blood_Fast component 
// to your current script on the CamFX_Vision_Blood_Fast field 

public CameraFilterPack_Vision_Blood_Fast CamFX_Vision_Blood_Fast; 

void Update() 
{
	CamFX_Vision_Blood_Fast.HoleSize =  0.6f;
}