Click or drag to resize
Ab4d.SharpEngine logo

RenderPostProcessesRenderingStep Methods

The RenderPostProcessesRenderingStep type exposes the following members.

Methods
 NameDescription
Protected methodDispose Dispose this rendering step and all child rendering steps
(Overrides RenderingStepDispose(Boolean))
Protected methodOnRun OnRun abstract method executes the code for this rendering step. The method should true to continue executing rendering steps; when false is returned then rendering is terminated.
(Overrides RenderingStepOnRun(RenderingContext))
Public methodToString Returns a string that represents the current object.
(Overrides RenderingStepToString)
Top
See Also