SceneNode.Components 属性

定义

获取此节点的组件的集合。

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

属性值

此节点的组件集合。

适用于