Details
Add TV Planet Mars effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > TV > Planet Mars
*without and with Camera Filter Pack TV Planet Mars
Property |
Range |
Default |
---|---|---|
Distortion | -10 to 10 | 1.0f |
Manipulate TV Planet Mars by script
Example:
// Drag and Drop your Camera GameObject
// with the TV Planet Mars component
// to your current script on the CamFX_TV_Planet Mars field
public CameraFilterPack_TV_PlanetMars CamFX_TV_Planet Mars;
void Update()
{
CamFX_TV_Planet Mars.Distortion = 1.0f;
}