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

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

391. laya图片路径问题 [ 77%]

laya图片路径问题 var urls = [ "/public/test/img/food/f1.png", "/public/test/img/food/f2.png", "/public/test/img/food/f3.png", "/public/test/img/food/f4.png", "/public/test/img/food/f5.png", "/public/test/img/food/f6.png", "/public/test/img/food/f7.png", "/public/test/img/food/f8.png", "/publi...

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

392. 一个关于laya.display.scene不成熟的小建议 [ 77%]

...scene不成熟的小建议 建议把scene里的静态方法: static load(url: string, complete?: Handler, progress?: Handler): void; static open(url: string, closeOther?: boolean, param?: any, complete?: Handler, progress?: Handler): void; static close(url: string, name?: string): boolean; static ...

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

393. dcc服务端应该配置怎么样的环境才能让手机客户端更新资源时能够正确的访问到 [ 77%]

...后构建eclipse项目,打出apk包作为基础包 构建的时候配置 URL路径是本地路径 http://10.0.0.114:8900/bin/index.html     然后我在view里面隐藏了两个button,作为改变 用命令 layadcc D:/work/native_test/bin 打包   运行之前的基础apk,然后还是显示...

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

394. 关于LayaBox 2.0后loadImage改了后要用什么来绘制base64 [ 76%]

...改了后要用什么来绘制base64 LayaBox1.0时可以通过data来当做url传递给loadImage这个方法引擎就会帮解码显示出来。 var sp: Laya.Sprite = new Laya.Sprite();sp.loadImage(data, 0, 0, 200, 200);Laya.stage.addChild(sp); 但现在2.0的loadImage 的 data 就只会被默认...

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

395. Laya同时加载图片和引用图片的资源时会报错 [ 76%]

...题            Laya.loader.create([             { url: "res/Sword 10 Blue Gold.lmat", type: Laya.Loader.MATERIAL},             { url: "res/Sword 10 Blue Gold.jpg", type: Laya.Loader.IMAGE}         ]); 附件 : --> Test.zip 2022-01-07 添加评...

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

396. Scene.load加载的时候无法正确的识别ResourceVersion [ 76%]

...来自: 我感觉问题大概是这样的,ResourceVersion是这样处理URL的: public static function addVersionPrefix(originURL:String):String { if (manifest && manifest[originURL]) { if (type == FILENAME_VERSION) return manifest[originURL]; return manifest[originURL] + "/" + originURL...

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

397. 跟视频做出现这个问题。怎么破 求解 [ 76%]

...,please use templet property instead. loader callback cost a long time:191 url=3d/man/hero.ani Warning: The (.lm) file is converted by old fbxTools,please reConverted it use lastest fbxTools version,later we will remove the support of old version (.lm) support. 2017-06-17 添加评论 免费帖 --> ...

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

398. laya.ani.bone.Templet [ 76%]

... Templet getTotalkeyframesLength(aniIndex:int):intAnimationTemplet load(url:String):AnimationTemplet[static] 加载动画模板。 AnimationTemplet  loadAni(url:String):voidTemplet onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationTemplet  parseData(texture:Textur...

来源: laya_api 发布时间: 20170929

399. 1.7.17beta,微信小游戏Unity导出资源加载问题 [ 76%]

...问题 在更新1.7.17beta后。经过测试出现以下问题: 1.通过URL.basePath 指定http://ip地址时,在真机模拟时正常显示。 2.通过URL.basePath 指定外网https://域名时,在真机模拟资源不能正常显示。出现错误。 Failed to load:xxx.lh 3.12两种形式在...

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

400. 关于微信小游戏加载 ls和lh资源文件被认为是string而不是json对象问题 [ 76%]

...原因了,并且解决了,楼上各位参考一下: 预加载时, url 参数用如下的写法 ,通过对象属性给 url字符串和 type let param: any ={ url: "Res3D/testHuman.lh", field: i, type: Laya.Sprite3D }; Laya.loader.create(param, completeHandler, progressHander); 在...

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