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