大约有 270 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0036 秒)
...,用的最新版引擎 切换场景编辑器时 Laya3D init error must support webGl LayaAir IDE 最新版LayaAir IDE 2.2.0beta4的几个问题 MAC系统下使用IDE的场景编辑器时用MacBook的触摸板轻击有问题 问题状态 最新活动: 2019-03-28 11:53 浏览: 1593 关注: 1 人
来源: Laya_社区 发布时间: 20190328
...nsion(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; va...
来源: Laya_社区 发布时间: 20181019
...h5后部分组件为null 切换场景编辑器时 Laya3D init error must support webGl 粒子编辑器里面 有没有办法 设置贴图不要透明 现在是无论怎么样贴图都会半透明 1.7.19.1 beta 背景音乐在舞台失焦和静音状态下可能导致的无法播放的异常问题!...
来源: Laya_社区 发布时间: 20180223
...2482] NOTICE: IPV6 compiled in and enabled [1496561796:2482] NOTICE: libev support not compiled in [1496561796:2493] NOTICE: mem: platform fd map: 2048 bytes [1496561796:2500] NOTICE: mem: per-conn: 336 bytes + protocol rx buf 2017-06-04 15:36:36.368970+0800 XXXX[4079:795875] JSWebSocketDelegate::on...
来源: Laya_社区 发布时间: 20170604
...gin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. load(url) { var me = this; url = URL.formatURL(url); this.url = u...
来源: Laya_社区 发布时间: 20200107
...on(url); if (ext != "wav" && ext != "ogg") { alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.get...
来源: Laya_社区 发布时间: 20190115
...错误。 Block-scoped declarations (let, const, function, class) not yet supported outside strict mode 网上搜索答案,有的说是因为在tsconfig中,将target调整成了es6就不可以运行了,但是我的代码使用了一些es6的特性,请问应该如何解决这个问题。 2...
来源: Laya_社区 发布时间: 20170604
...ns /** Formats a String in .Net-style, with curly braces ("{0}"). Does not support any * number formatting options yet. */ public function formatString(format:String, ...args):String { for (var i:int=0; i<args.length; ++i) format = format.replace(new RegExp("\\{"+i+"\\}", "g"), args[i]); return f...
来源: Laya_社区 发布时间: 20170525
...OP EVENT_MANAGER_END Accessors currentFrameRate referenceSpace sessionMode supportedFrameRates Methods destroy endXRRenderLoop event exitXR hasListener initializeAsync initializeSessionAsync initializeXRGL isSessionSupportedAsync off offAll offAllCaller on once resetReferenceSpace runXRRenderLoop se...
来源: Laya3.0_api 发布时间: 20231115
...是mp3,则会弹出提示信息,提示信息如下: `The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document.` 这个时候需要把mp3转换成wav或者ogg格式。 ## 4.解决兼容性 如果你的项目在网页版本中音效...
来源: Laya2.0_文档 发布时间: 20210715