Skip to content

CameraClearFlags

CameraClearFlags is used to specify how the camera clears its rendering target.

attributesdescription
SkyboxClears the render target using a skybox.
ColorClears the render target with the specified color.
DepthClears the render target using the depth buffer.
NothingDo not clear the render target.