Details
Add Vision Hell_Blood effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Vision > Hell_Blood
*without and with Camera Filter Pack Vision Hell_Blood
Property |
Range |
Default |
---|---|---|
Hole_Size | 0f to 1f | 0.57f |
Hole_Smooth | 0f to 0.5f | 0.362f |
Hole_Speed | -2f to 2f | 0.85f |
Intensity | -10f to 10f | 0.24f |
Manipulate Vision Hell_Blood by script
Example:
// Drag and Drop your Camera GameObject
// with the Vision Hell_Blood component
// to your current script on the CamFX_Vision_Hell_Blood field
public CameraFilterPack_Vision_Hell_Blood CamFX_Vision_Hell_Blood;
void Update()
{
CamFX_Vision_Hell_Blood.Hole_Size = 0.57f;
}