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

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

261. 安装layaair2-cmd一直失败 [ 21%]

...JavaScript stand ard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > ...

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

262. 打包安卓Android studio黑屏 [ 20%]

...     >>>>>>Thread Mode = double I/LayaBox: This device supports vao     download thread num = 3 I/LayaBox: start thread:image decode,27961 I/LayaBox: createOpenALSource current num=10 E/LayaGameEngine: game_plugin_init soPath= jarfile= appcache=/data/user/0/com.layabox.test/  ...

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

263. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 19%]

...签 var video = Laya.Browser.document.querySelector('#player'); if (Hls.isSupported()) { var hls = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED, function () { video.play(); }); } plyr.set...

来源: Laya2.0_文档 发布时间: 20210714

264. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 18%]

...omium process, renderers=0 W/chromium: [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation D/libEGL: loaded /system/lib/egl/libEGL_adreno.so           [ 12-18 14:33:06.171  2961: 2961 D/         ]           HostConnection::get() N...

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

265. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 18%]

... var video:any = Laya.Browser.document.querySelector('#player'); if(Hls.isSupported()){ var hls:any = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } ply...

来源: Laya2.0_文档 发布时间: 20210715

266. dcc下载超时 [ 17%]

...;>Thread Mode = double 07-04 20:55:27.607: I/LayaBox(7884): This device supports vao 07-04 20:55:27.608: I/LayaBox(7884): download thread num = 3 07-04 20:55:27.608: I/LayaBox(7884): start thread:image decode,7917 07-04 20:55:27.623: I/LayaBox(7884): createOpenALSource current num=10 07-04 20:55:...

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

267. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 16%]

...; var video:Object =Browser.document.querySelector('#player'); if (Hls.isSupported()) { var hls:Object = new Hls(); hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8');//加载m3u8源 hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } p...

来源: Laya2.0_文档 发布时间: 20210715

268. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 16%]

... var video:any = Laya.Browser.document.querySelector('#player'); if(Hls.isSupported()){ var hls:any = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } ply...

来源: Laya3.0_文档 发布时间: 20251010

269. 微信小游戏加载资源问题 [ 10%]

....limitSize); return res; } catch (e) { } return null; } } MiniLocalStorage.support = true; class MiniAdpter { static getJson(data) { return JSON.parse(data); } static enable() { MiniAdpter.init(Laya.Laya.isWXPosMsg, Laya.Laya.isWXOpenDataContext); } static init(isPosMsg = false, isSon = false) { if ...

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

270. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 8%]

...理,勾选了:TextureSetting-Non-png|jpg 转png/jpg一直失败   Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats. UnityEngine.Texture2D:EncodeToPNG() LayaExport.DataManager:saveTextureFile(JSONObject, Texture2D, String, String, String) LayaE...

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