Click or drag to resize
DigitalRuneDRSceneNodeContentGetSubtree Method
Gets the subtree (the given node and all of its descendants) using a depth-first search.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public IEnumerable<DRSceneNodeContent> GetSubtree()

Return Value

Type: IEnumerableDRSceneNodeContent
The subtree (the given node and all of its descendants) in depth-first order.
See Also