タグ/領域でエンティティ検索
dx12_query_entitiesFind entities by tag or rectangular region on the XZ plane. Returns matched entity IDs, names, and total count.
Instructions
tag か box のどちらかで複数エンティティを探す(どちらか必須)。box は XZ 平面の矩形 [minX,minZ,maxX,maxZ]。{entities:[{entityId,name}], count} を返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| box | No | [minX,minZ,maxX,maxZ]。この XZ 矩形に入るエンティティを列挙。 | |
| tag | No | このタグを持つエンティティを列挙。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |