API ReferenceSandbox.Rendering
public sealed enum Sandbox.Rendering.Stage : System.Enum
Related Guides
Broader workflow and conceptual references connected to this API.
Command Lists
Command Lists are deferred commands to execute on the renderer on certain rendering stage, this replaces the previous RenderHook system
Creating PostProcesses
To make a post process shader you should derive from BasePostProcess<T>. This makes it easier to make a component that will be able to blend from multiple others.
FilmGrain
The FilmGrain component adds simulated film-style grain to the camera output. It's purely visual โ it does not affect gameplay or lighting โ and is intended to add texture, grit or stylistic noise to the final image.
GameObjectSystem
A scene can contain systems that need to do work in specific places during the frame.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Rendering |
| Type | enum |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Rendering.Stage |