Click or drag to resize
AB4D logo

RenderingStepBase Methods

The RenderingStepBase type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetFirstRenderingStep Returns the first rendering step that is found with starting with startRenderingStep and then advancing to previous rendering steps. Returns null if start rendering step is null.
Public methodStatic memberGetLastRenderingStep Returns the last rendering step that is found with starting with startRenderingStep and then advancing to following rendering steps. Returns null if start rendering step is null.
Public methodStatic memberIsRenderingStepConnected Returns true if the renderingStepToFind is find with searching the renderings steps connected to startRenderingStep.
Public methodRun Runs the rendering step.
Public methodSaveExecutionTimeStatistics SaveExecutionTimeStatistics is called when we are collecting statistics. The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class.
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also