Details
Add Night Vision Night Vision 4 effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Night Vision > Night Vision 4
*without and with Camera Filter Pack Night Vision Night Vision 4
Property |
Range |
Default |
---|---|---|
FadeFX | 0f to 1f | 1f |
Manipulate Night Vision Night Vision 4 by script
Example:
// Drag and Drop your Camera GameObject
// with the Night Vision Night Vision 4 component
// to your current script on the CamFX_Night Vision_Night Vision 4 field
public CameraFilterPack_NightVision_4 CamFX_NightVision_Night Vision 4;
void Update()
{
CamFX_NightVision_Night Vision 4.FadeFX = 1f;
}