Click or drag to resize
DigitalRuneSceneHelperGetSubtree Method
Gets the subtree (the given scene node and all of its descendants).
Overload List
  NameDescription
Public methodStatic memberGetSubtree(SceneNode)
Gets the subtree (the given scene node and all of its descendants) using a depth-first search.
Public methodStatic memberGetSubtree(SceneNode, Boolean)
Gets the subtree (the given scene node and all of its descendants) using a depth-first or a breadth-first search.
Top
See Also