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

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

121. 调用微信接口登录的项目 如何用代码退出整个项目? [ 57%]

...的 183*****288 • 2018-06-12 16:38 @夏天:__JS__("WeixinJSBridge.call('closeWindow');") 这是as项目中如何退出

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

122. BUG:Sprite.event() [ 57%]

...n null; var id=this._id; if (data==null) var result=this.method.apply(this.caller,this.args); else if (!this.args && !data.unshift)result=this.method.call(this.caller,data); else if (this.args)result=this.method.apply(this.caller,this.args.concat(data)); else result=this.method.apply(this.ca...

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

123. 关于js继承类class的参数问题 [ 57%]

...uper){      *     function Item(){      *         Item.__super.call(this);//初始化父类      *         this.graphics.drawRect(0, 0, 100, 20, "#ff0000");      *         var label = new laya.ui.Label();//创建一个 Label 类的实例对象 label 。      *       ...

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

124. LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, [ 56%]

...回复 HumbleDust 赞同来自: Nikeo 、Chiuan ios的js调用oc需要在call里的方法名字符串后加冒号,有时候忘记 2019-09-27 2 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 HumbleDust 相关问题 发起问题须知,...

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

125. 脚本继承的问题 [ 56%]

... 2018-08-01 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 就是call未定义,需要加断点,一点点查。 2018-08-01 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 浪尖儿 相关问题 发起...

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

126. 跟着老师打地鼠游戏写的代码,JS为什么会出错 [ 56%]

...){ function GameUI(){ this.btn_start=null; this.audio=null; GameUI.__super.call(this); } CLASS$(GameUI,'ui.GameUI',_super); var __proto__=GameUI.prototype; var Mole=(function(){ function Mole(btn_start){ alert(1) }; })() 2018-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

127. 这个写法是什么意思,能否解释一下,谢谢 [ 56%]

...= null;         //初始化父类         BackGround.__super.call(this);         this.init();     }     //注册类 BackGround     Laya.class(BackGround, "BackGround", laya.display.Sprite);   问题: 1.Laya.class(BackGround, "BackGround", laya.display.Sprite); 这种...

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

128. 关于native二次开发问题 [ 56%]

...***677 赞同来自: ios的要在方法名后面加个:号  window.bridge.call("sayHello" + (isIos?":":""), name); 2019-12-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 杨福峰 相关问题 发起问题...

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

129. Quaternion To Matrix conversion failed because input Quaternion is invalid [ 56%]

...t parse error: Error: invalid tagName: 编译报错 出错了:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined 调试工具正常,真机报错:Request failed Sta...

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

130. 背景音乐来回切换会报错 [ 56%]

...ncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22 用Laya自带的声音管理类(Laya.SoundManager.playMusic)播放背景音乐,播放的是MP3没播放前面没加载过,就有可能报上面这个错,但laya的声音播放...

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