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

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

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

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

263. 和原生Dom交互 · LayaAir3.0文档 · 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_文档 发布时间: 20230629

264. 微信小游戏加载资源问题 [ 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

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