エンティティ一覧
dx12_list_entitiesList entities in the current scene, filterable by name prefix or component type. Returns entity IDs, names, and optionally component types.
Instructions
今開いてるシーンのエンティティ一覧(entityId, name)を返す。verbose で componentTypes も付く。name_prefix / component_type で絞り込み可。{entities, count, sceneGeneration} が返る。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | true で各エンティティの componentTypes も含める。 | |
| name_prefix | No | 名前の前方一致フィルタ。 | |
| component_type | No | 指定 jsonKey を持つものだけに絞る(例 pointLight)。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |