Camera.backgroundColorvar backgroundColor : ColorDescriptionThe color with which the screen will be cleared. Only used if clearFlags are set to CameraClearFlags.SolidColor (or CameraClearFlags.Skybox but the skybox is not set up).
JavaScript
// ping-pong animate background color using UnityEngine; import UnityEngine |
