Condividi tramite


SceneNode.Components Proprietà

Definizione

Ottiene la raccolta di componenti per questo nodo.

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

Valore della proprietà

Raccolta di componenti per questo nodo.

Si applica a