mirror of
https://github.com/galacean/engine.git
synced 2026-05-08 15:57:13 +08:00
27 lines
380 B
JSON
27 lines
380 B
JSON
{
|
|
"overall": {
|
|
"title": "Physics Overview",
|
|
"order": 0
|
|
},
|
|
"collider": {
|
|
"title": "Collider",
|
|
"order": 1
|
|
},
|
|
"joint": {
|
|
"title": "Joint",
|
|
"order": 2
|
|
},
|
|
"manager": {
|
|
"title": "Physics Scene",
|
|
"order": 3
|
|
},
|
|
"query": {
|
|
"title": "Spatial Queries",
|
|
"order": 4
|
|
},
|
|
"debug": {
|
|
"title": "Physics Debug",
|
|
"order": 5
|
|
}
|
|
}
|