大约有 39 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0034 秒)
... 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
...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
... 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
... 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
.../Kevin/Desktop/test/AirWar/AirWar09/bin/libs/laya.core.js:467:29) at LoaderManager.__proto._endLoad (file:///C:/Users/Kevin/Desktop/test/AirWar/AirWar09/bin/libs/laya.core.js:12533:12) at Loader.onLoaded (file:///C:/Users/Kevin/Desktop/test/AirWar/AirWar09/bin/libs/laya.core.js:12510:11)...
来源: Laya_社区 发布时间: 20171118
...'btCollisionObject' of undefined LayaAir 库文件加载速度慢 请问下loader如何强制加载一个文件,避免浏览器的缓存 Animation 的createFrames 使用已经加载的图集缓存动画失败 问题状态 最新活动: 2017-09-28 13:05 浏览: 1615 关注: 2 人
来源: Laya_社区 发布时间: 20170928
...ayaAir引擎 Cannot read property 'load' of null 查了断点,看到Laya.loader是null,为什么会出现为null的情况? 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static g...
来源: Laya_社区 发布时间: 20171124
...场景内的元素 请问下加载TFF字体要怎么加载呢? 请问下loader如何强制加载一个文件,避免浏览器的缓存 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 小游戏项目 加载有中文的json文件 报错 横屏模式在锁定竖屏的ip...
来源: Laya_社区 发布时间: 20171017
...访问该方法时失败 自从layaflash起,就一直存在的bug Laya.loader.create 不会反馈失败状态跟描述不符合 spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? app环境安装...
来源: Laya_社区 发布时间: 20200211
...olor = "#101825"; this.init() } init() { // 预加载图集 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, this.onLoaded ), null, Laya.Loader.ATLAS) } onLoaded(){ Laya.stage.addChild(new TopUI()) Laya.stage.addChild(new TabUI()) this.getGold.on(Laya.Event.MOUS...
来源: Laya_社区 发布时间: 20171213