mirror of
https://github.com/galacean/engine.git
synced 2026-05-09 00:06:45 +08:00
27 lines
373 B
JSON
27 lines
373 B
JSON
{
|
|
"overall": {
|
|
"title": "物理总览",
|
|
"order": 0
|
|
},
|
|
"collider": {
|
|
"title": "碰撞器",
|
|
"order": 1
|
|
},
|
|
"joint": {
|
|
"title": "关节",
|
|
"order": 2
|
|
},
|
|
"manager": {
|
|
"title": "物理场景",
|
|
"order": 3
|
|
},
|
|
"query": {
|
|
"title": "空间查询",
|
|
"order": 4
|
|
},
|
|
"debug": {
|
|
"title": "物理调试",
|
|
"order": 5
|
|
}
|
|
}
|