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