Click or drag to resize
DigitalRuneDRSceneNodeContentGetSubtree Method
Gets the subtree (the given node and all of its descendants).
Overload List
  NameDescription
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.
Top
See Also