SceneNode.Components プロパティ

定義

このノードのコンポーネントのコレクションを取得します。

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

プロパティ値

このノードのコンポーネントのコレクション。

適用対象