s&box docs

public abstract class Sandbox.BasePostProcess : Sandbox.Component

The base class for all post process effects.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 4 methods

protected void Blit(Sandbox.BasePostProcess.BlitMode blit, string debugName)

Helper to do a blit with the current camera's post process

protected void BlitSimple(Sandbox.Material shader, Sandbox.Rendering.Stage stage, int order, string debugName)

Helper to do a blit with the current camera's post process

protected void InsertCommandList(Sandbox.Rendering.CommandList cl, Sandbox.Rendering.Stage stage, int order, string debugName)

Helper to add a command list to the current camera's post process

public virtual void Render()

Override in your implementation to do your rendering

Implementations

Properties

Showing 1 properties

protected Sandbox.CameraComponent Sandbox.BasePostProcess.Camera { get; set; }

The camera we're being applied to. This is only valid during the Render call.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.BasePostProcess

On this page