enum ClearFlags : System.Enum

robot_2Generated
code_blocksInput

Description

The ClearFlags enumeration in the Sandbox namespace is used to specify flags for clearing a render target (RT) before rendering a scene using a SceneCamera. This enumeration is marked with the FlagsAttribute, allowing bitwise combination of its member values.

Members

Static Fields

Member NameSummary
NoneNo clearing will be performed.
ColorThe color buffer (the stuff you can see).
DepthThe depth buffer.
StencilThe stencil.
AllClears all buffers (color, depth, and stencil).