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