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.