Click or drag to resize
DigitalRuneDRSceneNodeContentGetChildren Method
Gets the children of the given scene node.

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> GetChildren()

Return Value

Type: IEnumerableDRSceneNodeContent
The children of scene node or an empty IEnumerableT if Children is .
See Also