Details
Add AAA Blood effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > AAA > Blood
*without and with Camera Filter Pack AAA Blood
Property |
Range |
Default |
---|---|---|
Blood1 | 0 to 128 | 0f |
Blood2 | 0 to 128 | 0f |
Blood3 | 0 to 128 | 0f |
Blood4 | 0 to 128 | 1f |
LightReflect | 0 to 0.004f | 0.002f |
Manipulate AAA Blood by script
Example:
// Drag and Drop your Camera GameObject
// with the AAA Blood component
// to your current script on the CamFX_AAA_Blood field
public CameraFilterPack_AAA_Blood CamFX_AAA_Blood;
void Update()
{
CamFX_AAA_Blood.Blood1 = 0f;
}