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