大约有 872 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0038 秒)
Laya_社区(485) Laya3.0_api(162) laya_api(104) Laya2.0_api(96) Laya2.0_文档(13) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...h) < 0){ //判断整个floor是否不在屏幕里面了 如果不在了 移除当前floor Laya.timer.clear(this, this.onLoop); this.visible = false; this.event(Floor.OUT_DIE, this); } } /** * 检测碰撞 * x 坐标 * y 坐标 */ _proto.checkHit = function(x,y){ if(x > this.x && x <...
来源: Laya_社区 发布时间: 20160801
... 此 zip 中的发布脚本 .laya/publish.js 增加了一个压缩 JS 时移除代码中的 console 的功能,如果您不需要此功能,将该文件第 467-475 行注释即可。// options = Object.assign({}, options, { // output: { // comments: false, // }, // compress: { // drop_debugger: ...
来源: Laya_社区 发布时间: 20201223