Share via


SceneNode.Components Property

Definition

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.

Applies to