Click or drag to resize
Ab4d.SharpEngine logo

RenderingStepsList.ForEach Method

Overload List
 NameDescription
Public methodForEach(Action<RenderingStep>, Boolean) ForEach executes the action for each rendering step and passes the rendering step as an argument to the action.
Public methodForEach(Action<RenderingStep, Object>, Object, Boolean) ForEach executes the action for each rendering step and passes the rendering step as an argument to the action. A custom actionData is also passed to the action.
Top
See Also