Files
engine/docs/en/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
196 B
JSON

{
"raycast": {
"title": "Raycasting",
"order": 0
},
"sweep": {
"title": "Shape Casting",
"order": 1
},
"overlap": {
"title": "Overlap Detection",
"order": 2
}
}