Details
Add TV ARCADE_2 effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > TV > ARCADE_2
*without and with Camera Filter Pack TV ARCADE_2
Property |
Range |
Default |
---|---|---|
Interferance_Size | 0f to 10f | 1f |
Interferance_Speed | 0f to 10f | 0.5f |
Contrast | 0f to 10f | 1f |
Manipulate TV ARCADE_2 by script
Example:
// Drag and Drop your Camera GameObject
// with the TV ARCADE_2 component
// to your current script on the CamFX_TV_ARCADE_2 field
public CameraFilterPack_TV_ARCADE_2 CamFX_TV_ARCADE_2;
void Update()
{
CamFX_TV_ARCADE_2.Interferance_Size = 1f;
}