SceneNode.Components 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 components for this node.
public:
property SceneComponentCollection ^ Components { SceneComponentCollection ^ get(); };
SceneComponentCollection Components();
public SceneComponentCollection Components { get; }
var sceneComponentCollection = sceneNode.components;
Public ReadOnly Property Components As SceneComponentCollection
Property Value
The collection of components for this node.