Click or drag to resize
DigitalRuneDRSceneNodeContentGetDescendants Method (Boolean)
Gets the descendants of the given node using a depth-first or a breadth-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> GetDescendants(
	bool depthFirst
)

Parameters

depthFirst
Type: SystemBoolean
If set to then a depth-first search for descendants will be made; otherwise a breadth-first search will be made.

Return Value

Type: IEnumerableDRSceneNodeContent
The descendants of this node.
See Also