Files
engine/docs/zh/physics/query/_meta.json
luzhuang 234d6b7b46 Add sweep and overlap doc (#2823)
* docs: add sweep and overlap doc
2025-09-19 16:15:05 +08:00

14 lines
192 B
JSON

{
"raycast": {
"title": "射线检测",
"order": 0
},
"sweep": {
"title": "形状投射",
"order": 1
},
"overlap": {
"title": "重叠检测",
"order": 2
}
}