| DRSceneNodeContent Methods |
The DRSceneNodeContent type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAncestors |
Gets the ancestors of the given scene node.
| |
| GetChildren |
Gets the children of the given scene node.
| |
| GetDescendants |
Gets the descendants of the given node using a depth-first search.
| |
| GetDescendants(Boolean) |
Gets the descendants of the given node using a depth-first or a breadth-first search.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLeaves |
Gets the leaves of the scene node.
| |
| GetRoot |
Gets the root node.
| |
| GetSelfAndAncestors |
Gets the scene node and its ancestors scene.
| |
| GetSubtree |
Gets the subtree (the given node and all of its descendants) using a depth-first
search.
| |
| GetSubtree(Boolean) |
Gets the subtree (the given node and all of its descendants) using a depth-first or a
breadth-first search.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |