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