自己写的继承于cc.Animation 挂载到编辑器上面发现没法编辑啊
cc.Class({
extends: cc.Animation,
properties: {
},
// LIFE-CYCLE CALLBACKS:
onLoad () {
},
start () {
},
});
自己写的继承于cc.Animation 挂载到编辑器上面发现没法编辑啊
cc.Class({
extends: cc.Animation,
properties: {
},
// LIFE-CYCLE CALLBACKS:
onLoad () {
},
start () {
},
});