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

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

11. 我二进制资源load之后,为什么通过getRes获取不到。 [ 82%]

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

12. drawToTexture 绘制函数不工作呢 [ 81%]

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

13. laya微信小游戏加载外部素材失败 急急急 [ 81%]

...享 微博 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

14. 找不到对应的资源 [error]Failed to load: res/atlas/standUp/aa.json [ 79%]

...对 2.用自带的图集打包,会在傍边多出一个文件夹“DEFAULT_RESOURCE”(默认_重复资源),不知道傍边多出来的这个文件夹里面放有什么文件用来做什么的?   附件 : --> T02.zip 2017-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

15. 树状列表组件 · LayaAir3.0文档 · LAYABOX [ 79%]

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

16. 无法正常运行官网中的示例代码 [ 78%]

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

17. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 78%]

...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 ​ *...

来源: Laya2.0_文档 发布时间: 20210715

18. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 77%]

...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 ​ *...

来源: Laya2.0_文档 发布时间: 20210715

19. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 77%]

...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 ​ *...

来源: Laya2.0_文档 发布时间: 20210715

20. 分享:LayaAir下如何获取图集下的小图资源? [ 76%]

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