SceneNode.Components Propriété

Définition

Obtient la collection de composants pour ce nœud.

public:
 property SceneComponentCollection ^ Components { SceneComponentCollection ^ get(); };
SceneComponentCollection Components();
public SceneComponentCollection Components { get; }
var sceneComponentCollection = sceneNode.components;
Public ReadOnly Property Components As SceneComponentCollection

Valeur de propriété

Collection de composants pour ce nœud.

S’applique à