mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
* adjust init process * fix bugs * restructure * tweak * delete useless code * fix ci * support more platform and fix some bugs * mark internal * tweak * add docs * add docs and little adjustment * fix bugs * adjust decorator execute order fix mesh error * fix bugs * revert some change * revert auto-generated code * revert auto-generated code
38 lines
604 B
Plaintext
38 lines
604 B
Plaintext
{
|
|
"__type__": "cc.Material",
|
|
"_name": "",
|
|
"_objFlags": 0,
|
|
"_native": "",
|
|
"_effectAsset": {
|
|
"__uuid__": "a3cd009f-0ab0-420d-9278-b9fdab939bbc",
|
|
"__expectedType__": "cc.EffectAsset"
|
|
},
|
|
"_techIdx": 0,
|
|
"_defines": [
|
|
{
|
|
"USE_COLOR": true
|
|
}
|
|
],
|
|
"_states": [
|
|
{
|
|
"rasterizerState": {},
|
|
"depthStencilState": {},
|
|
"blendState": {
|
|
"targets": [
|
|
{}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"_props": [
|
|
{
|
|
"mainColor": {
|
|
"__type__": "cc.Color",
|
|
"r": 255,
|
|
"g": 255,
|
|
"b": 0,
|
|
"a": 255
|
|
}
|
|
}
|
|
]
|
|
} |