大约有 54 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...omplete方法中通过getRes方法获取不到。部分代码如下: var resources = [ { url: "res/atlas/images/guide.atlas", type: Laya.Loader.ATLAS }, { url: "config/data.txt", type: Laya.Loader.BUFFER }]; Laya.loader.load(resources, Handler.create(this, this.onComplete), Handler.create(this, th...
来源: Laya_社区 发布时间: 20180816
...aya.loader.getRes("res/atlas/test.png"); //let texcpy:laya.resource.Texture = Laya.loader.getRes("res/atlas/test.png") let texcpy:laya.resource.Texture = img.drawToTexture(100,100,0,0); let copyimg:Laya.Sprite = new Laya.Sprite(); copyi...
来源: Laya_社区 发布时间: 20190730
...享 微博 QZONE 微信 自由若水 赞同来自: 加个~试试,即 var resource = { {url:'~res/atlas/game/game.atlas',type:Laya.Load.ATLAS} } 2018-04-26 0 0 分享 微博 QZONE 微信 callback 赞同来自: 附件是 加载demo 代码非常少 可以重现我说的问题 function initLaya()...
来源: Laya_社区 发布时间: 20180426
...对 2.用自带的图集打包,会在傍边多出一个文件夹“DEFAULT_RESOURCE”(默认_重复资源),不知道傍边多出来的这个文件夹里面放有什么文件用来做什么的? 附件 : --> T02.zip 2017-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20170613
...oll$bar.png", "atlas/comp/vscroll$down.png", "atlas/comp/vscroll$up.png", "resources/tree/clip_selectBox.png", "resources/tree/clip_tree_folder.png", "resources/tree/clip_tree_arrow.png"]; Laya.loader.load(res).then(() => { this.onLoadComplete(); }); } private onLoadComplete(e: any = null): void ...
来源: Laya3.0_文档 发布时间: 20241014
...http://ldc.layabox.com/index.p ... 3D622 控制台报错: Failed to load resource: net::ERR_FILE_NOT_FOUND [warn]Retry to load: D:/demo/bin/res/atlas/comp.json Failed to load resource: net::ERR_FILE_NOT_FOUND [error]Failed to load: D:/demo/bin/res/atlas/comp.json 2017-03-28 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20170328
...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 *...
来源: Laya2.0_文档 发布时间: 20210715
...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 *...
来源: Laya2.0_文档 发布时间: 20210715
...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 *...
来源: Laya2.0_文档 发布时间: 20210715
...Animation; import laya.display.Sprite; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(600, 800); //加载引擎需要的资源 Laya.loader.load([{url:"res/atlas/atlas_res.json",type:Loader.ATLA...
来源: Laya_社区 发布时间: 20160707