The CogCoordinateSpaceTree type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Changed | Occurs when one or more parts of the object's state may have changed. | |
| NameChanged | Occurs after a space name is changed in this tree. | |
| SpaceAdded | Occurs after a new space is added to this tree. | |
| SubtreeDeleted | Occurs after a subtree is deleted from this tree. | |
| SubtreeMoved | Occurs after a subtree is moved within this tree. | |
| TransformChanged | Occurs after a transform is changed in this tree. Note that the meaning of any spaces descending from the changed transform will also be altered. This event can be fired in a variety of ways. For example: (1) by a call to the ChangeTransform method, (2) by call to the AddSpace method that replaces an existing transform, (3) by modifying a transform that was added to the tree by reference (not copied). | |
| TreeAdded | Occurs after a new tree is added to this tree. |
See Also