Click or drag to resize
AB4D logo

RenderingStepsFlowControl Class

RenderingStepsFlowControl is a class that defines a RenderingStep that can control the flow of rendering steps execution with dynamically changing the rendering step that will be exected next.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
          Ab3d.DirectXRenderingStepsFlowControl
            Ab3d.DirectXRenderingStepsLoop

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public abstract class RenderingStepsFlowControl : RenderingStepBase

The RenderingStepsFlowControl type exposes the following members.

Constructors
 NameDescription
Public methodRenderingStepsFlowControl Constructor
Top
Methods
 NameDescription
Public methodGetNextExecutedRenderingStep Returns the RenderingStepBase that will be executed after this rendering step. This method is called after the OnRun method is called.
Public methodOnRenderingStepsListChanged OnRenderingStepsListChanged method is called each time after the RenderingSteps list is changed.
Public methodToString Returns a string that represents the current object.
(Overrides RenderingStepBaseToString)
Top
See Also