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

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

121. 有没有跟arc这个函数一样的画弧函数? [ 68%]

...图集 回调函数可以传形参吗? 执行回调函数时报is not a function 关于customRender函数不执行的问题 注册函数里面 事件侦听函数的执行域 的详解 如何定义动画播放过某帧后的回调函数 构造函数不能进断点 Uncaught Error:此函数id(167...

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

122. 使用layaair-cmd管理资源版本报错 [ 68%]

...) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) 有没有谁遇到过这个问题?有没有谁解决了这个问题?万望解答 2018-05-14 添加评论 免费帖 --> 分享 微博 QZ...

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

123. 网页调试崩溃了 [ 68%]

...am {constructor: , Symbol(Symbol.toStringTag): "WebGLProgram"} constructor:function WebGLProgram() { … } [[Scopes]]:Scopes[0] arguments:null caller:null length:0 name:"WebGLProgram" prototype:WebGLProgram {constructor: , Symbol(Symbol.toStringTag): "WebGLProgram"} constructor:function WebGLProgram...

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

124. LAYA IDE 设置语言包路径后卡死 [ 68%]

...把此信息截图给研发商 Uncaught TypeError: text.replace is not a function TypeError: text.replace is not a function     at Input.__proto.parseLines (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:60001:19)     at Input.__proto.typeset (file:///D:/LayaAirIDE/resources/...

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

125. 分享:屏蔽手机浏览器页面滑动 [ 68%]

...以下代码即可!//屏蔽手机端页面滑动 document.ontouchstart=function() { return false; } 2017-01-12 0 0 分享 微博 QZONE 微信 mcsite 赞同来自: 还是不行 2018-01-09 0 0 分享 微博 QZONE 微信 xuelaya 赞同来自: 屏蔽不了!!求方法!! 2018-06-23 0 0 分享 ...

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

126. as3分包,如果在ui编辑器IDE里导入了类,在分包里就会报错。这个怎么处理。 [ 68%]

... 微信小游戏编译报错 导微信小程序报错window.focus is not a function 怎么实现同一个工程内分包? 问题状态 最新活动: 2018-03-07 10:39 浏览: 1285 关注: 3 人 qian • 2018-01-20 16:50 麻烦问一下这个问题着急么 因为我也不是很清楚 需要周一...

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

127. Laya 中用什么事件可以检测声音是否播放结束? [ 68%]

...内容相关的链接 提交 2 个回复 cuixueying 赞同来自: private function onPlayMusic(e:Event=null):void { trace("播放音乐"); SoundManager.playMusic("res/sounds/bgm.mp3", 1, new Handler(this, onComplete)); } private function onPlaySound(e:Event=null):void { trace("播放音效"); SoundM...

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

128. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 67%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement.   This code, combined with a remote resource, can ...

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

129. layaair转小程序 [ 67%]

...布后缺少app.json文件 导微信小程序报错window.focus is not a function LayaAir 3D 有提供 3D 物理引擎功能吗? 程序用光了chrome的内存 用laya做小程序怎样跟着手机旋转 问题状态 最新活动: 2018-04-16 16:31 浏览: 1379 关注: 2 人 gamemelon • 2018-04-1...

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

130. LayaNative端使用.ttf字体 [ 67%]

... laya.utils.Browser; import laya.utils.Handler; public class Test { public function Test() { Laya.init(550,400); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load("hu.ttf",Handler.create(this,onLoaded),null,Loader.BUFFER); } private function onLoaded():void { var arr:ArrayBuffer=Laya.loader.getRes("hu....

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