@jumpchess1 写道:
AAA.js
var AAA = cc.Class({
properties: {
vec: [AAA]
},
...
});
module.exports=AAA;但是这样编译不过.
The "type" attribute of ".vec" is undefined when loading script.
帖子: 1
参与者: 1
@jumpchess1 写道:
AAA.js
var AAA = cc.Class({
properties: {
vec: [AAA]
},
...
});
module.exports=AAA;但是这样编译不过.
The "type" attribute of ".vec" is undefined when loading script.
帖子: 1
参与者: 1