大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
LayaAir引擎 WebGL引擎Bug: meshlist没有判断canReuse直接销毁没有回收入池导致mesh池异常 在2.3.0版本laya.core.js中的Context._releaseMem方法里,直接对meshlist中的对象进行了销毁而没有做回池处理,而其他两处均作了是否复用回池的判断而唯...
来源: Laya_社区 发布时间: 20191127
...0; i--) { // 接收舞台子对象 var role = Laya.stage.getChildAt(i); // 判断是否有飞机,并且是否有速度值 if(role && role.speed){ // 根据飞机速度更改飞机的位置 role.y += role.speed; // 判断飞机是否移动到舞台外部,然后移除回收 if(role.y>10...
来源: Laya_社区 发布时间: 20170525
...图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super.call(this); } //事件名称 //超过屏幕一定值出发新的floor事件 ...
来源: Laya_社区 发布时间: 20160801
...图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; //当前地板上面的物品集合 this.itemList = ; Floor.__super.call(this); } //事件...
来源: Laya_社区 发布时间: 20160803