Click or drag to resize
AB4D logo

UpdateStatusEventArgs Class

UpdateStatusEventArgs is used in the AfterUpdated event and defines the DXScene's dirty flags and a Boolena that specifes if the new frame needs to be rendered (this value can be changed by the event subscriber).
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.DirectXUpdateStatusEventArgs

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

The UpdateStatusEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodUpdateStatusEventArgs Constructor
Top
Properties
 NameDescription
Public propertyDXSceneDirtyFlags Gets the DXScene's dirty flags for this frame
Public propertyIsRenderNeeded Gets or sets a Boolean that specifies if this a new frame needs to be rendered (true) or not (false).
Top
See Also