球範囲の物理クエリ
dx12_overlap_sphereFind physics entities within a spherical area. Specify center and radius to identify overlapping bodies for explosion, detection, or trigger zones.
Instructions
center を中心とする半径 radius の球と重なっている物理ボディのエンティティを列挙する。★Playing 中のみ意味のある結果。{entities:[{entityId,name}], count}。爆発範囲・索敵範囲・トリガー代替の確認に。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | [x,y,z] | |
| radius | Yes | 半径。 | |
| maxResults | No | 最大取得数(既定 32、上限 256)。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |