API ReferenceSandbox
PostProcessclass
Adds an effect to the camera
Obsolete
Switch to use BasePostProcess<>
Constructors1
Showing 1 constructors
protected PostProcess()
No results match this filter.
Methods4
Showing 4 methods
protected virtual void OnDisabled()
Returns:
void—protected virtual void OnEnabled()
Returns:
void—protected virtual void OnUpdate()
Returns:
void—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.
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public Sandbox.CameraComponent Sandbox.PostProcess.Camera { get; set; }
protected Sandbox.Rendering.CommandList Sandbox.PostProcess.CommandList { get; set; }
protected virtual int Sandbox.PostProcess.RenderOrder { get; set; }
Lower numbers get renderered first
Returns:
int—protected virtual Sandbox.Rendering.Stage Sandbox.PostProcess.RenderStage { get; set; }
The stage in the render pipeline that we'll get rendered in
No results match this filter.