大约有 1,615 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(1128) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(30) Laya2.0_示例(9) Laya_示例(9)
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
...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
...后构建eclipse项目,打出apk包作为基础包 构建的时候配置 URL路径是本地路径 http://10.0.0.114:8900/bin/index.html 然后我在view里面隐藏了两个button,作为改变 用命令 layadcc D:/work/native_test/bin 打包 运行之前的基础apk,然后还是显示...
来源: Laya_社区 发布时间: 20170510
...改了后要用什么来绘制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
...题 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
...来自: 我感觉问题大概是这样的,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
...,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
... 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
...问题 在更新1.7.17beta后。经过测试出现以下问题: 1.通过URL.basePath 指定http://ip地址时,在真机模拟时正常显示。 2.通过URL.basePath 指定外网https://域名时,在真机模拟资源不能正常显示。出现错误。 Failed to load:xxx.lh 3.12两种形式在...
来源: Laya_社区 发布时间: 20180313
...原因了,并且解决了,楼上各位参考一下: 预加载时, url 参数用如下的写法 ,通过对象属性给 url字符串和 type let param: any ={ url: "Res3D/testHuman.lh", field: i, type: Laya.Sprite3D }; Laya.loader.create(param, completeHandler, progressHander); 在...
来源: Laya_社区 发布时间: 20180126