The RenderOptions class in the Sandbox namespace provides various rendering options that can be applied to a SceneObject. These options control how objects are rendered in different layers and stages of the rendering pipeline.
The RenderOptions class in the Sandbox namespace provides various rendering options that can be applied to a SceneObject. These options control how objects are rendered in different layers and stages of the rendering pipeline.
Member Name | Summary |
---|---|
Apply | Apply these options to a SceneObject. |
OnPropertyDirty | Called when a property is marked as dirty. |
Game | Regular game rendering layers. |
Overlay | Rendered above everything else. |
Bloom | Rendered during bloom. |
AfterUI | Rendered after the UI is rendered. |