[0]龙骨删除后内存不减少
官方大大,你们好,我想请问下
let templet = new Laya.Templet();
templet.on(Laya.Event.COMPLETE, this, () => {
this.skeleton = templet.buildArmature(1);
this.pos1.addChild(this.skeleton);
this.skeleton.play("work", true);
});
templet.loadAni("spine/ndz01/ndz01.sk");
我龙骨是这样调用的,后面不用了,我就
this.skeleton.destroy();
templet.destroy();
但是从谷歌浏览器上的memory上或者手机上看,内存没减少,一直增加,谷歌上take snapshot,查看后发现龙骨都是增加,没有减少,请问这是为什么,是我使用错误了嘛?
let templet = new Laya.Templet();
templet.on(Laya.Event.COMPLETE, this, () => {
this.skeleton = templet.buildArmature(1);
this.pos1.addChild(this.skeleton);
this.skeleton.play("work", true);
});
templet.loadAni("spine/ndz01/ndz01.sk");
我龙骨是这样调用的,后面不用了,我就
this.skeleton.destroy();
templet.destroy();
但是从谷歌浏览器上的memory上或者手机上看,内存没减少,一直增加,谷歌上take snapshot,查看后发现龙骨都是增加,没有减少,请问这是为什么,是我使用错误了嘛?
没有找到相关结果
已邀请:
3 个回复
小小泽
赞同来自: JoeneBen
小小泽
赞同来自:
JoeneBen
赞同来自: