大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0024 秒)
...前floor Laya.timer.clear(this, this.onLoop); this.visible = false; this.removeSelf(); } } })(); 地板有了 我们打开MapFloor.js 来添加地板 (function () { /** * 地板地图类 * */ function MapFloor(){ MapFloor.__super.call(this); this.init(); } //MapFloor 是一个显示对象 继承此 ...
来源: Laya_社区 发布时间: 20160728
... var floor = this.dieFloorList.shift(); floor.removeSelf(); //回收 Pool.recover("floor",floor); } } this.dieFloorList.lenght 里面lenght写错了,里面的代码不会执行,对象也没有回收 2016-...
来源: Laya_社区 发布时间: 20160803