大约有 197 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/loaders/AnimationClipLoader" AnimationClipLoader Class AnimationClipLoader Hierarchy AnimationClipLoader Implements IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<AnimationClip> Implement...
来源: Laya3.0_api 发布时间: 20231115
Laya.loader.load加载Laya.Loader.FONT位图字体,不会进入成功回调,并且下载请求还会一直发送 图1使用Laya.loader.load加载Laya.Loader.FONT位图字体,图2就是收到的信息,图3是请求成功了,但是并未进入成功回调,而且还会持续发送下载请...
来源: Laya_社区 发布时间: 20190916
... 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
开放域中不能使用Laya.loader.load? 报错 WAGameSubContext.js:3 Uncaught TypeError: wx.getFileSystemManager is not a function 2018-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来...
来源: Laya_社区 发布时间: 20180509
...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/AnimationClip2DLoader" AnimationClip2DLoader Class AnimationClip2DLoader Hierarchy AnimationClip2DLoader Implements IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<AnimationClip2D>...
来源: Laya3.0_api 发布时间: 20231115
Laya.loader.load 加载场景报错 Laya.loader.load( 模型url, Laya.Handler.create(this, function(){ this.scene = Laya.loader.getRes(模型url); Laya.stage.addChild(this.scene); }),null, null, 1, true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent ...
来源: Laya_社区 发布时间: 20181208
... 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
ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? onEnable() { //戏控制脚本引用,避免每次获取组件带来不必要的性能开销 thi s._loveControl = this.getComponent(LoveControl); //点击提示文字,开始游戏 this.label_start.on(Laya.Ev...
来源: Laya_社区 发布时间: 20190704