SceneNode.Children Property

Definition

Gets the collection of children of this node.

public:
 property SceneNodeCollection ^ Children { SceneNodeCollection ^ get(); };
SceneNodeCollection Children();
public SceneNodeCollection Children { get; }
var sceneNodeCollection = sceneNode.children;
Public ReadOnly Property Children As SceneNodeCollection

Property Value

The collection of children of this node.

Applies to