Details

Add AAA Blood_Plus effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > AAA > Blood_Plus

*without and with Camera Filter Pack AAA Blood_Plus


Property

Range

Default

Blood_1 0 to 1 1f
Blood_2 0 to 1 0f
Blood_3 0 to 1 0f
Blood_4 0 to 1 0f
Blood_5 0 to 1 0f
Blood_6 0 to 1 0f
Blood_7 0 to 1 0f
Blood_8 0 to 1 0f
Blood_9 0 to 1 0f
Blood_10 0 to 1 0f
Blood_11 0 to 1 0f
Blood_12 0 to 1 0f
LightReflect 0 to 1f 0.5f

Manipulate AAA Blood_Plus by script

Example:

// Drag and Drop your Camera GameObject 
// with the AAA Blood_Plus component 
// to your current script on the CamFX_AAA_Blood_Plus field 

public CameraFilterPack_AAA_Blood_Plus CamFX_AAA_Blood_Plus; 

void Update() 
{
	CamFX_AAA_Blood_Plus.Blood_1 =  1f;
}