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