大约有 92 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0075 秒)
Laya_社区(57) Laya2.0_文档(19) Laya3.0_文档(6) Laya2.0_示例(4) Laya3.0_api(3) laya_api(1) Laya2.0_api(1) Laya_示例(1)
... if (this.x + t.width / 2 < 0 || this.x - t.width / 2 > Laya.Browser.width || this.y < 0 || this.y - t.height > Laya.Browser.height) { this.visible = false; } else { this.visible = true; thi...
来源: Laya_社区 发布时间: 20161109
....drawTexture(texture2, 0, 0); //把草垛居底部显示 // this.grass.y = Browser.clientHeight - this.grass.height; this.addChild(this.grass); //创建一个帧循环处理函数,用于背景位置的更新,实现背景滚动效果。 Laya.timer.frameLoop(1, this, this.onLoop) } _proto.onLoop =...
来源: Laya_社区 发布时间: 20160722