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