123456789101112131415161718192021222324252627282930313233 |
- {
- "__type__": "cc.Material",
- "_name": "ui-alpha-test-material",
- "_objFlags": 0,
- "_native": "",
- "_effectAsset": {
- "__uuid__": "60f7195c-ec2a-45eb-ba94-8955f60e81d0",
- "__expectedType__": "cc.EffectAsset"
- },
- "_techIdx": 0,
- "_defines": [
- {
- "USE_ALPHA_TEST": true,
- "USE_TEXTURE": true,
- "IS_GRAY": false,
- "CC_USE_EMBEDDED_ALPHA": false
- }
- ],
- "_states": [
- {
- "rasterizerState": {},
- "depthStencilState": {},
- "blendState": {
- "targets": [
- {}
- ]
- }
- }
- ],
- "_props": [
- {}
- ]
- }
|