| DRSceneNodeContentGetDescendants Method |
Gets the descendants of the given node using a depth-first search.
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> GetDescendants()
Public Function GetDescendants As IEnumerable(Of DRSceneNodeContent)
public:
IEnumerable<DRSceneNodeContent^>^ GetDescendants()
member GetDescendants : unit -> IEnumerable<DRSceneNodeContent>
Return Value
Type:
IEnumerableDRSceneNodeContent
The descendants of this node in depth-first order.
See Also