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

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

231. layaair 2.0 个人觉得编辑器【难用】的地方 [ 51%]

...,用的最新版引擎 切换场景编辑器时 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

232. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 51%]

...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

233. Button Skin切图不准,在编辑器里会有一像素高的细线,应该是下边状态图的上边 [ 51%]

...h5后部分组件为null 切换场景编辑器时 Laya3D init error must support webGl 粒子编辑器里面 有没有办法 设置贴图不要透明 现在是无论怎么样贴图都会半透明 1.7.19.1 beta 背景音乐在舞台失焦和静音状态下可能导致的无法播放的异常问题!...

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

234. 引擎1.7.6-beta,0.9.6的layanative,ios打包,真机iphone6, 发起websocket连接时失败 [ 51%]

...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

235. 如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 [ 51%]

...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

236. iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 [ 51%]

...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

237. 使用layaide进行打包,提示如下错误。 [ 51%]

...错误。 Block-scoped declarations (let, const, function, class) not yet supported outside strict mode   网上搜索答案,有的说是因为在tsconfig中,将target调整成了es6就不可以运行了,但是我的代码使用了一些es6的特性,请问应该如何解决这个问题。 2...

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

238. as编译器1.7.5beta的问题 [ 50%]

...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

239. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 49%]

...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

240. 关于声音(TypeScript-LayaNative原生服务-LayaNative基础文档) [ 49%]

...是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