Click or drag to resize
AB4D logo

SceneNode Events

The SceneNode type exposes the following members.

Events
 NameDescription
Public eventChildNodesChanged Occurs when list of ChildNode is changed.
Public eventParentNodeChanged Occurs when ParentNode is changed. Occurs also when this SceneNode is added to the SceneNodes tree for the first time or when it is removed from the SceneNodes tree (ParentNode is set to null). This event does not occur when this SceneNode is disposed.
Public eventResourcesInitialized ResourcesInitialized event is fried after the OnInitializeResources was called and the DirectX resources were created.
Top
See Also