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

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

151. js执行once时如何改变执行域 [ 73%]

js执行once时如何改变执行域 _proto.onMsgCallBack = function () { this.kwxSocket.OnMessageCallBack=function(msg){ console.log("回调"+msg); var dataTemp = JSON.parse(msg); console.log(dataTemp.d); kwxGame.prototype.cardData = dataTemp.d; [b][i]Laya.timer.once(1000, this, this.onOncePiao); ...

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

152. 声音 soundManager [ 73%]

... 赞同来自: Laya.WebAudioSound.ctx.resume = function () { console.log('this is laya`s bug') } 2018-08-31 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 青衿 相关问题 游戏运行在chrome里面 听不见声音 播放声音出错...

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

153. 分享 修复webaudiosound 循环播放的声音 俩个失声问题 [ 73%]

...Channel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!this.audioBuffer) { // ...

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

154. 执行了这个 Laya.timer.clear(this, this.onLoop);还是会继续执行onLoop [ 73%]

执行了这个 Laya.timer.clear(this, this.onLoop);还是会继续执行onLoop 请问是什么问题 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 你看一下是否是你...

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

155. 1.7.15运行包Warning!,this class[MiniAdpter] already exist: Object 什么意思 [ 72%]

1.7.15运行包Warning!,this class[MiniAdpter] already exist: Object 什么意思 1.7.15运行包Warning!,this class[MiniAdpter] already exist: Object 什么意思 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

156. 苹果上架直接导致账号被调查。。。 [ 72%]

...甲包了吗?   苹果回复原文: Hello, We are unable to continue this app’s review because your Apple Developer Program account is currently under investigation for not following the App Store Review Guidelines’ Developer Code of Conduct. Common practices that may lead to an investigati...

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

157. 超过最大调用堆栈大小 [ 72%]

...      output = socket.output;         socket.on(Event.OPEN, this, this.onSocketOpen);         socket.on(Event.CLOSE, this, this.onSocketClose);         socket.on(Event.MESSAGE, this, this.onMessageReveived);         socket.on(Event.ERROR, this, this.onConnectErr...

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

158. 引擎是否可以针对支持webgl2的机型做自动切换为webgl [ 72%]

...对支持webgl2的机型做自动切换为webgl 部分机型下会出现 this._gl.createVertexArray is not a function. (In 'this._gl.createVertexArray()', 'this._gl.createVertexArray' is undefined);at requestAnimationFrame callback function   这种情况这边判断是不支持webgl2,是否又...

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

159. 求教 JS项目的Promise如何使用 [ 72%]

.../初始化舞台 Laya.init(1334, 750); //需要切换的图片资源路径 this.monkey2 = "res/img/monkey2.png"; //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(this.m...

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

160. laya升级到2.0.0beat4版本,加载场景出现的bug [ 72%]

...载:Laya.loader.create("Laya/Conventional/Map_SCC.ls",Laya.Handler.create(this,this.LoadCompleteHandler)); 加载完成后: var scene3D:Laya.Scene3D = Laya.loader.getRes(this.mSceneName) as Laya.Scene3D; Laya.stage.addChild(scene3D); 异常: TypeError: node._setParent is not a function preload.js:55...

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