CameraClearFlags
CameraClearFlags is used to specify how the camera clears its rendering target.
| attributes | description |
|---|---|
| Skybox | Clears the render target using a skybox. |
| Color | Clears the render target with the specified color. |
| Depth | Clears the render target using the depth buffer. |
| Nothing | Do not clear the render target. |
