s&box docs

public abstract class Sandbox.PostProcess : Sandbox.ComponentObsolete

Adds an effect to the camera

Obsolete

Switch to use BasePostProcess<>

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 4 methods

protected virtual void OnDisabled()

Implementations

protected virtual void OnEnabled()

Implementations

protected virtual void OnUpdate()

protected virtual void UpdateCommandList()

You should implement this method and fill the CommandList with the actions that you want to do for this post process.

Properties

Showing 4 properties

protected virtual int Sandbox.PostProcess.RenderOrder { get; set; }

Lower numbers get renderered first

protected virtual Sandbox.Rendering.Stage Sandbox.PostProcess.RenderStage { get; set; }

The stage in the render pipeline that we'll get rendered in

Metadata

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

On this page