mirror of
https://github.com/galacean/engine.git
synced 2026-05-07 15:27:19 +08:00
39 lines
512 B
JSON
39 lines
512 B
JSON
{
|
|
"camera": {
|
|
"title": "Camera"
|
|
},
|
|
"background": {
|
|
"title": "Background"
|
|
},
|
|
"light": {
|
|
"title": "Light"
|
|
},
|
|
"renderer": {
|
|
"title": "Renderer"
|
|
},
|
|
"model": {
|
|
"title": "Model"
|
|
},
|
|
"mesh": {
|
|
"title": "Mesh"
|
|
},
|
|
"material": {
|
|
"title": "Material"
|
|
},
|
|
"shader": {
|
|
"title": "Shader"
|
|
},
|
|
"texture": {
|
|
"title": "Texture"
|
|
},
|
|
"2D": {
|
|
"title": "2D"
|
|
},
|
|
"particle": {
|
|
"title": "Particle"
|
|
},
|
|
"postProcess": {
|
|
"title": "Post Process"
|
|
}
|
|
}
|