1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "__type__": "cc.Material",
- "_name": "missing-effect-material",
- "_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
- }
- }
- ]
- }
|