• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,394 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)

311. 鼠标事件监听 异常触发mouseout [ 74%]

...?   附件 : --> 2022-04-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Yan 赞同来自: 您好,请问您使用的哪个版本?我们这里使用2.13.1beta版本试没有复现您说的问题。方...

来源: Laya_社区 发布时间: 20220424

312. WASM function signature mismatch [ 74%]

WASM function signature mismatch function signature mismatch RuntimeError: function signature mismatch at wasm-function[1177]:0x6dad5   微信后台一直报错 附件 : --> 2021-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

来源: Laya_社区 发布时间: 20211025

313. 分享一个虚拟摇杆,比较粗糙,没做优化 [ 74%]

分享一个虚拟摇杆,比较粗糙,没做优化 function ModeKey() { //大圆 this.moveMax = null; //小圆点 this.moveKey = null; //当前的舞台 this.layer = null; //是否按下 this.isDown = false; //是否弹起 this.isUp = false; //是否移动 this.isMove = false; } tip:其实是...

来源: Laya_社区 发布时间: 20171030

314. "Cannot read property 'addChild' of undefined" [ 74%]

"Cannot read property 'addChild' of undefined" 第一个方法 是button 响应时间 添加一个Prick 对象 (没有问题) 第二个方法 是通过  viruses.forEach(this.drawVirus);  添加 Prick  (报错 map 没有addChild 方法) 什么鬼?   附件 : --> 2017-05-16 添加评论...

来源: Laya_社区 发布时间: 20170516

315. 子容器的事件问题 [ 74%]

...序入口 Laya.init(800, 800); Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //实例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); let vhvt: ViewHeadViewTest = new ViewHeadViewTest()...

来源: Laya_社区 发布时间: 20170822

316. Laya.EventDispatcher off 删除侦听器 [ 74%]

...听器       var eventDis = new Laya.EventDispatcher()     eventDis.on('TEST_EVENT_DIS', this, someEventHandler, null)     eventDis.off('TEST_EVENT_DIS', this, another_eventHandler, false) off 怎样才能 从 EventDispatcher 对象中删除侦听器? 我这样做 eventDis 还是监听TES...

来源: Laya_社区 发布时间: 20180914

317. 能不能增加Array的部分方法,比如shift,unshift,removeAt? [ 74%]

...ft,unshift,removeAt? 2017-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 fftidus 赞同来自: Uncaught TypeError: arr.shift is not a function 2017-11-21 0 0 分享 微博 QZONE 微信 Monica - 知识达人 ...

来源: Laya_社区 发布时间: 20171121

318. 如何获得浏览器的焦点状态? [ 74%]

...否做到识别? 2017-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 1、浏览器是否失去焦点,监听Event.BLUR和Event.FOCUS即可,按下home键,可以触发BLUR事件...

来源: Laya_社区 发布时间: 20170506

319. complete.run is not a function [ 74%]

LayaAir IDE complete.run is not a function 环境:laya IDE 2.0 问题:根据示例代码中,加载图片并显示到舞台,编译调试后会出现一段错误信息,然后关掉错误信息后才显示出图片。 附件 : --> 2019-08-11 添加评论 免费帖 --> 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20190811

320. at api readFile fail callback function [ 74%]

at api readFile fail callback function 项目发布微信小游戏运行进入游戏报 at api readFile fail callback function错误 这个怎么解决 附件 : --> 2018-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...

来源: Laya_社区 发布时间: 20180813