Click or drag to resize
DigitalRuneDRSceneNodeContent Methods

The DRSceneNodeContent 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.
Public methodGetChildren
Gets the children of the given scene node.
Public methodGetDescendants
Gets the descendants of the given node using a depth-first search.
Public methodGetDescendants(Boolean)
Gets the descendants of the given node using a depth-first or a breadth-first search.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeaves
Gets the leaves of the scene node.
Public methodGetRoot
Gets the root node.
Public methodGetSelfAndAncestors
Gets the scene node and its ancestors scene.
Public methodGetSubtree
Gets the subtree (the given node and all of its descendants) using a depth-first search.
Public methodGetSubtree(Boolean)
Gets the subtree (the given node and all of its descendants) using a depth-first or a breadth-first search.
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