Click or drag to resize
AB4D logo

CustomActionRenderingStep Class

CustomActionRenderingStep can be used to execute custom method as part of rendering process.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
          Ab3d.DirectXCustomActionRenderingStep

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

The CustomActionRenderingStep type exposes the following members.

Constructors
 NameDescription
Public methodCustomActionRenderingStep Constructor
Top
Properties
 NameDescription
Public propertyCustomAction Gets or sets a delegate that will be called when this rendering step is executed.
Top
See Also