Click or drag to resize
DigitalRuneDRModelNodeContent Methods

The DRModelNodeContent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAncestors
Gets the ancestors of the given scene node.
(Inherited from DRSceneNodeContent.)
Public methodGetChildren
Gets the children of the given scene node.
(Inherited from DRSceneNodeContent.)
Public methodGetDescendants
Gets the descendants of the given node using a depth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetDescendants(Boolean)
Gets the descendants of the given node using a depth-first or a breadth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeaves
Gets the leaves of the scene node.
(Inherited from DRSceneNodeContent.)
Public methodGetRoot
Gets the root node.
(Inherited from DRSceneNodeContent.)
Public methodGetSelfAndAncestors
Gets the scene node and its ancestors scene.
(Inherited from DRSceneNodeContent.)
Public methodGetSubtree
Gets the subtree (the given node and all of its descendants) using a depth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetSubtree(Boolean)
Gets the subtree (the given node and all of its descendants) using a depth-first or a breadth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also