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

大约有 121 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0042 秒)

21. laya.loaders.TextureLoader_API3.0 [ 96%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/loaders/TextureLoader" TextureLoader Class TextureLoader Hierarchy TextureLoader Implements IResourceLoader Index Methods load wrapTex2D Methods load load(task: ILoadTask): Promise<Texture> Implementation of IResourceLo...

来源: Laya3.0_api 发布时间: 20231115

22. laya.loaders.AnimationClip2DLoader_API3.0 [ 96%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/loaders/AnimationClip2DLoader" AnimationClip2DLoader Class AnimationClip2DLoader Hierarchy AnimationClip2DLoader Implements IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<AnimationClip2D>...

来源: Laya3.0_api 发布时间: 20231115

23. laya.d3.loaders.AnimationControllerLoader_API3.0 [ 96%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/loaders/AnimationControllerLoader" AnimationControllerLoader Class AnimationControllerLoader Hierarchy AnimationControllerLoader Implements IResourceLoader Index Methods load loadAvatarMask loadStates Methods load load(task: ...

来源: Laya3.0_api 发布时间: 20231115

24. laya.loaders.Texture2DLoader_API3.0 [ 96%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/loaders/TextureLoader" Texture2DLoader Class Texture2DLoader Hierarchy Texture2DLoader Implements IResourceLoader Index Constructors constructor Methods load Constructors constructor new Texture2DLoader(): Texture2DLoader Def...

来源: Laya3.0_api 发布时间: 20231115

25. laya.loaders.AnimationController2DLoader_API3.0 [ 95%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/loaders/AnimationController2DLoader" AnimationController2DLoader Class AnimationController2DLoader Hierarchy AnimationController2DLoader Implements IResourceLoader Index Methods load loadStates Methods load load(task: ILoadTa...

来源: Laya3.0_api 发布时间: 20231115

26. 2.x引擎项目升级说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 86%]

2.0引擎开发者使用3.0的差异汇总1、LayaAir3.0 Loader修改1.1加载一个资源1.2 加载多个资源(用数组)1.3 加载多个文件(组合)1.5 加载HTMLImage1.6 使用Options。1.7 预制体/场景的问题1.8 旧版本引擎load和create的兼容性问题1.9扩展Loader能...

来源: Laya3.0_文档 发布时间: 20251010

27. 请教——layabox如何加载多个图集 [ 82%]

请教——layabox如何加载多个图集 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onload)); 这样写只能添加一个图集,我想问有没有办法用一句代码同时添加其他图集 2018-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

28. 资源加载 · LayaAir3.4 · 引擎文档 · LAYABOX [ 78%]

...擎的核心模块,是必须要使用的功能,LayaAir引擎提供了Loader类用于加载文本、JSON、二进制、图像等资源。 下面我们在本篇文档中彻底掌握各种资源加载的使用。 一、加载单个资源 1.1 常用资源的加载方式 通常,采用Laya.loader.lo...

来源: Laya3.0_文档 发布时间: 20251010

29. laya.net.Loader_API3.0 [ 77%]

...lic/Protected All Inherited Externals Only exported Menu Globals "laya/net/Loader" Loader Class Loader Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Hierarchy EventDispatcher Loader Index Constructors constructor Properties maxLoader retryDelay retryNum ANIMATIONCLIP ...

来源: Laya3.0_api 发布时间: 20231115

30. 如何使用javascript版本的加载模式 [ 75%]

....json 那我先引用了LayaUI.max.all.js后,再加载ui.json!   Laya.loader.load([ { url: config.layerUIJson, type: Laya.Loader.JSON } ], Handler.create(this, function () { this.gameScenes = new ui.layer.gameScenesUI(); this.addChildren(this.gameScenes); })); 但页面上却没有任何内容...

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