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