Details
Add Vision Eyes 1 effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Vision > Eyes 1
*without and with Camera Filter Pack Vision Eyes 1
Property |
Range |
Default |
---|---|---|
_EyeWave | 1 to 32 | 15f |
_EyeSpeed | 0 to 10 | 1f |
_EyeMove | 0 to 8 | 2.0f |
_EyeBlink | 0 to 1 | 1.0f |
Manipulate Vision Eyes 1 by script
Example:
// Drag and Drop your Camera GameObject
// with the Vision Eyes 1 component
// to your current script on the CamFX_Vision_Eyes 1 field
public CameraFilterPack_EyesVision_1 CamFX_Vision_Eyes 1;
void Update()
{
CamFX_Vision_Eyes 1._EyeWave = 15f;
}