大约有 220 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...onhide里面停止掉引起bug的代码 window['wx'].onShow((res) => { this.event(AppEvent.onShow, res); this.appStatus = AppEvent.onShow; console.log(this.appStatus, '---------'); Laya.stage.renderingEnabled = true//恢复渲染 Laya.updateTimer.resume() //恢复onUpdate Laya.timer.resume(); //...
来源: Laya_社区 发布时间: 20200917
...预加载声音文件,然后再调用 调用动画结束on方法,报错this.zombieAnimator.on is not a function 问题状态 最新活动: 2017-01-17 15:54 浏览: 1547 关注: 2 人
来源: Laya_社区 发布时间: 20170117
...下: //获取可行走区域模型 var meshSprite3D: Laya.MeshSprite3D = this.scene.getChildByName('Scenes').getChildByName('HeightMap') as Laya.MeshSprite3D; //使可行走区域模型隐藏 meshSprite3D.active = false; var heightMap: Laya.Texture2D = Laya.Loader.getRes("../../res/threeDimen/scen...
来源: Laya_社区 发布时间: 20180309
...962用户 在LayaAirIDE根目录\resources\app\out找到main.js,打开在this.app.once("ready"上面加一行: this.app.commandLine.appendSwitch("ignore-gpu-blacklist"); 保存,重启IDE再试试 2019-04-10 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前...
来源: Laya_社区 发布时间: 20190224
... = console.log; console.warn = console.log; console.error = console.log; } this._message = new Message(); this._package = new Package(); this.socket = null; this.callbacks = {}; this.handlers = {}; // Map from request id to route this.routeMap = {}; this.heartbeatInterval = 0; this.heartbeatTimeout ...
来源: Laya_社区 发布时间: 20180119
...能是rendertexture2D里面的start方法内的bindframebuffer语句传的this._framebuffer会出现错误的情况。将this._framebuffer改为null后发现不闪屏了,然后在mask方法流程中使用rendertexture替换rendertexture2D还会闪屏。目前猜测应该也不是这个问题。 c4...
来源: Laya_社区 发布时间: 20220319
...调用?如图 ios原生回调问题 调用动画结束on方法,报错this.zombieAnimator.on is not a function 创建模型以后,调用destroy,以前clone的对象也消失了 laya2.0调用scene.gc方法,再次加载同一份资源时候,会导致gpu内存不断增加! laya支持批处...
来源: Laya_社区 发布时间: 20180107
... 赞同来自: Laya.WebAudioSound.ctx.resume = function () { console.log('this is laya`s bug') } 2018-08-31 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 青衿 相关问题 游戏运行在chrome里面 听不见声音 播放声音出错...
来源: Laya_社区 发布时间: 20180716
...deoElement.style.zIndex = Render.canvas.style.zIndex+1; videoElement.src = this.url; videoElement.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置在视频播放之前所显示的图片的 URL。 ...
来源: Laya_社区 发布时间: 20180313
...let url = "http://10.1.1.123:9090/pgame/s ... 3B%3B Laya.timer.loop(30000, this, ()=>{ let hr = new Laya.HttpRequest(); hr.http.timeout = 3000; hr.http.ontimeout = function(){console.log("http timeout test: timeout")}; hr.once(Laya.Event.COMPLETE, this, ()=>{console.log...
来源: Laya_社区 发布时间: 20171016