Details
Add TV WideScreenHV effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > TV > WideScreenHV
*without and with Camera Filter Pack TV WideScreenHV
Property |
Range |
Default |
---|---|---|
Size | 0f to 0.8f | 0.55f |
Smooth | 0.001f to 0.4f | 0.01f |
Manipulate TV WideScreenHV by script
Example:
// Drag and Drop your Camera GameObject
// with the TV WideScreenHV component
// to your current script on the CamFX_TV_WideScreenHV field
public CameraFilterPack_TV_WideScreenHV CamFX_TV_WideScreenHV;
void Update()
{
CamFX_TV_WideScreenHV.Size = 0.55f;
}