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

大约有 917 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)

171. LayaAir引擎与原生Flash的差异文档说明! [ 69%]

...--aaa---------"); }LayaAir环境下: var sprite:Sprite = new Sprite(); //方法一------start sprite.graphics.drawRect(100,100,100,100,"#ff9900"); var hitarea:HitArea = new HitArea(); var graphics:Graphics = new Graphics(); graphics.drawRect(100,100,100,100,"#ff9900"); hitarea.hit = graphics; spri...

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

172. 切换后台时,引擎如何判断是否停止定时器? [ 69%]

...yaAir引擎针对微信小游戏好友关系链实现方案 请问有没有方法能够获取“鼠标是否处于按下状态”? IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 2.1.1.1引擎微信小游戏掉帧严重 Laya2.6.0beta 物理引擎 刚体碰撞点位置获...

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

173. TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function [ 69%]

...导微信小程序报错window.focus is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read propert...

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

174. Uncaught TypeError: e.getStackTrace is not a function [ 69%]

...画出报错Uncaught getUint16 error - Out of bounds 调用动画结束on方法,报错this.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2017-...

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

175. 关于3d场景上Button点击事件顺序问题 [ 69%]

...按下的时候触发,MOUSE_CLICK是抬起的时候触发,你将两个方法写成一致的 2018-09-18 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 淡蓝 相关问题 2.0一不小心删了bin目录下的某个场景json文件。...

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

176. t._addReference is not a function [ 69%]

...导微信小程序报错window.focus is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function Uncaught TypeError: tex.once is not a function 在做微信小游戏排行榜提示wx.getFileSystemManag...

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

177. 2.0.1beta ctx.getImageData is not a function [ 69%]

... function 2.0.1beta的导入unity导出的场景出错 调用动画结束on方法,报错this.zombieAnimator.on is not a function api readFile success callback function undefined api readFile success callback function undefined Uncaught TypeError: tex.once is not a function ide导出ui时,UI代...

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

178. H5被植入广告怎么处理?除了使用https还有其他方法吗? [ 69%]

H5被植入广告怎么处理?除了使用https还有其他方法吗? 2018-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: https://blog.csdn.net/wy100200 ... 83623 2018-05-08 0 ...

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

179. 有HtmlVideo方法使用案例吗? [ 69%]

有HtmlVideo方法使用案例吗? 2017-04-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: http://layaair.ldc.layabox.com ... Video 2017-04-07 0 2 分享 微博 QZONE 微信 为什么...

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

180. 关于多点触控e.touches问题 [ 69%]

...坐标 然后进行一系列操作 简单说就是两个虚拟摇杆 我的方法是设变量 当触发mousemove mouseup mousedown mouseout事件的时候 检查touches的各个坐标是否在摇杆范围内 在的话 把这个坐标保存成变量 不在的话 把变量设为undefined  console.l...

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