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