Values for Camera.clearFlags, determining what to clear when rendering a Camera.
Additional resources: camera component.
| Property | Description |
|---|---|
| Skybox | Clear with the skybox. |
| SolidColor | Clear with a background color. |
| Depth | Clear only the depth buffer. |
| Nothing | Don't clear anything. |