Details
Add VHS VHS effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > VHS > VHS
*without and with Camera Filter Pack VHS VHS
Property |
Range |
Default |
---|---|---|
Cryptage | 1f to 256f | 64f |
Parasite | 1f to 100f | 32f |
Calibrage | 0f to 3f | 0f |
WhiteParasite | 0f to 1f | 1f |
Manipulate VHS VHS by script
Example:
// Drag and Drop your Camera GameObject
// with the VHS VHS component
// to your current script on the CamFX_VHS_VHS field
public CameraFilterPack_TV_VHS CamFX_VHS_VHS;
void Update()
{
CamFX_VHS_VHS.Cryptage = 64f;
}