mirror of
https://github.com/galacean/engine.git
synced 2026-05-11 02:20:46 +08:00
14 lines
196 B
JSON
14 lines
196 B
JSON
{
|
|
"raycast": {
|
|
"title": "Raycasting",
|
|
"order": 0
|
|
},
|
|
"sweep": {
|
|
"title": "Shape Casting",
|
|
"order": 1
|
|
},
|
|
"overlap": {
|
|
"title": "Overlap Detection",
|
|
"order": 2
|
|
}
|
|
} |