| ISceneChildren Property |
Gets the scene nodes.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax SceneNodeCollection Children { get; }
ReadOnly Property Children As SceneNodeCollection
Get
property SceneNodeCollection^ Children {
SceneNodeCollection^ get ();
}
abstract Children : SceneNodeCollection with get
Property Value
Type:
SceneNodeCollectionThe scene nodes.
See Also