大约有 544 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
Laya_社区(506) Laya2.0_文档(17) Laya3.0_文档(11) Laya3.0_api(4) Laya2.0_api(2) laya_api(2) Laya_示例(1) Laya2.0_示例(1)
...败,加载 xml, 图集等是正常的 如题所述。 使用的是 Laya.loader.load(...) 加载。 加载 .proto或者 .txt 等文件时,getRes 的结果都是一个 10282 长度的 ArrayBuffer ,用 TextDecoder 导出来是如下字符: 附件 : --> 2018-03-27 添加评论 免费帖...
来源: Laya_社区 发布时间: 20180327
...人 赞同来自: clearRes之后再次使用的话需要重新使用Laya.loader.load来加载。你也可以看下clearTextureRes是否能满足你的需求,具体使用文档:https://ldc.layabox.com/doc/?nav=zh-as-3-2-7 2018-03-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20180312
OPPO主包无法从分包中拿资源 Laya.loader.load(分包路径, Laya.Handler.create(null, function (obj: any) {完全走不进来 })); 2020-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20200824
...CreateImage中onerror中做了处理的。但是wxMini环境我们却用的Loader中的onCreateImage onerror没做任何处理。 var onerror = function () { clear(); delete MiniFileMgr.fakeObj[sourceUrl]; ...
来源: Laya_社区 发布时间: 20200427
...的一个图片吗? //2D加载图集 var texture: Laya.Texture = Laya.loader.getRes("magic/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture, 0, 0); Laya.stage.addChild(sp); //3D加载图集 var box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMe...
来源: Laya_社区 发布时间: 20180331
...sers/administrator/documents/myLaya/bin/libs/laya.core.js:452:29) at LoaderManager.__proto._endLoad (file:///D:/Users/administrator/documents/myLaya/bin/libs/laya.core.js:11962:12) at Loader.onLoaded (file:///D:/Users/administrator/documents/myLaya/bin/libs/laya.core.js:11941:11) a...
来源: Laya_社区 发布时间: 20170518
...Laya.View.regComponent("ScaleButton", ScaleButton); Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame)); } private loadGame(): void { var resArray = [ { url: "res/atlas/lobby/cre...
来源: Laya_社区 发布时间: 20181213
....loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load(['res/spine/knight/effect1.png', 'res/spine/knight/effect1.sk'], Handler.create(this, init));
来源: Laya_社区 发布时间: 20171116
...取失败,请检查后重新编译。 localToGlobal坐标转换 请问下loader如何强制加载一个文件,避免浏览器的缓存 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点数面数都有 我的tieldmap生成的json文件...
来源: Laya_社区 发布时间: 20151104
... content && (this._data=content); if (this._cache)Loader.cacheRes(this._url,this._data); this._customParse=false; this.event("progress",1); this.event("complete",(this.data instanceof Array)? [this.data] :this.data); } ...
来源: Laya_社区 发布时间: 20180101