Click or drag to resize
DigitalRuneDRSceneNodeContentChildren Property
Gets or sets the children of this 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 List<DRSceneNodeContent> Children { get; set; }

Property Value

Type: ListDRSceneNodeContent
The children of this node.
See Also