Click or drag to resize
DigitalRuneDRSceneNodeContentGetSelfAndAncestors Method
Gets the scene node and its ancestors scene.

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

Return Value

Type: IEnumerableDRSceneNodeContent
The scene node and its ancestors of the scene.
See Also