Changes to the scene structure of an object.
More...
Changes to the scene structure of an object.
Nodes added to the scene
- Parameters
-
[in] | nodes | The node list, provided as AnimHandles. |
- See also
- NodeEventNamespace::GetNodeByKey()
◆ Added()
◆ Deleted()
Nodes deleted from the scene.
- Parameters
-
[in] | nodes | The node list, provided as AnimHandles. Node that, if already flushed from the undo buffer, nodes pointers will not be available via GetNodeByKey(). |
- See also
- NodeEventNamespace::GetNodeByKey()
◆ LinkChanged()
Node linked or unlinked from another parent node.
Only the linked or unlinked child nodes are listed in the notification, not the parent nodes.
- Parameters
-
[in] | nodes | The node list, provided as AnimHandles. |
- See also
- NodeEventNamespace::GetNodeByKey()
◆ LayerChanged()
◆ GroupChanged()
Nodes added or removed from a group, or its group was opened or closed.
- Parameters
-
[in] | nodes | The node list, provided as AnimHandles. |
- See also
- NodeEventNamespace::GetNodeByKey()
◆ HierarchyOtherEvent()