SceneNode.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.