The ClearFlags enum is used to determine how the camera clears the background

Enumeration Members

Enumeration Members

None: 0
Skybox: 1

Clear the background with a skybox

SolidColor: 2

Clear the background with a solid color. The alpha channel of the color determines the transparency

Uninitialized: 4

Clear the background with a transparent color

Generated using TypeDoc