-
Creator 版本:1.9
-
目标平台: Web / / Android
-
手机型号 mi6
-
额外线索:
200*200节点
使用下面节点创建,this.root是一个普通节点addSpawn: function () {
var node = cc.instantiate(this.prefab);
node.parent = this.root;
// this.canvas.node.addChild(node);
node.position = this.getPosition();
node.getComponent(cc.Sprite).spriteFrame = this.icons.getSpriteFrame(‘AGV-ONLINE’);
// console.log(node.position);
this.spawnCount++;
},
在200*200的时候web端占用内存500M左右,draw cell 20以内,帧数10-20,但是在安卓端帧数极低,请问cocos creator框架是否能处理这种规模