| DRSceneNodeContentGetSelfAndAncestors Method |
Gets the scene node and its ancestors scene.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax public IEnumerable<DRSceneNodeContent> GetSelfAndAncestors()
Public Function GetSelfAndAncestors As IEnumerable(Of DRSceneNodeContent)
public:
IEnumerable<DRSceneNodeContent^>^ GetSelfAndAncestors()
member GetSelfAndAncestors : unit -> IEnumerable<DRSceneNodeContent>
Return Value
Type:
IEnumerableDRSceneNodeContentThe scene node and its ancestors of the scene.
See Also