Click or drag to resize
AB4D logo

DXSceneAfterUpdated Event

AfterUpdated event is triggered after the SceneNode objects have been updated and before the decision is made to render the next frame or not. Subscriber to this event can prevent rendering frame or force rendering it with changing the IsRenderNeeded property in the event args.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public event UpdateStatusEventHandler AfterUpdated

Value

UpdateStatusEventHandler
See Also