mirror of
https://github.com/galacean/engine.git
synced 2026-05-09 16:27:45 +08:00
14 lines
192 B
JSON
14 lines
192 B
JSON
{
|
|
"raycast": {
|
|
"title": "射线检测",
|
|
"order": 0
|
|
},
|
|
"sweep": {
|
|
"title": "形状投射",
|
|
"order": 1
|
|
},
|
|
"overlap": {
|
|
"title": "重叠检测",
|
|
"order": 2
|
|
}
|
|
} |