大约有 83 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
Laya_社区(63) Laya3.0_文档(6) Laya3.0_api(3) Laya2.0_文档(3) laya_api(2) Laya_示例(2) Laya2.0_示例(2) Laya2.0_api(2)
... } this.event(Event.PROGRESS, 0.3 + 1 / toloadPics.length * 0.6); return this._loadResourceFilter(Loader.IMAGE, URL.formatURL(toloadPics.pop())); } ...
来源: Laya_社区 发布时间: 20201130
...度信息,为什么在native上,Android和iOS都没有进度信息?progress一直没有回调,只在100%时有一次 2018-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这...
来源: Laya_社区 发布时间: 20181025
...on/310 2017-02-06 0 0 分享 微博 QZONE 微信 jacksing888 赞同来自: progress是不是只支持横向或者众向 不直接扇形进度条 画一个圆这样的?类似于 cocos2djs的 progressTimer 2017-02-06 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20170206
...结束"); } // 加载进度侦听器 private onLoading(progress: number): void { console.log("加载进度: " + progress); } private onError(err: string): void { console.log("加载失败: " + err); } 运行后得...
来源: Laya_社区 发布时间: 20240705
如何给loadprogress传参数? Laya.loader.load(myurl,Laya.Handler.create(this,this.loadComplete),Laya.Handler.create(this,this.loadprogress,["param"])); /** * 加载进度 */ private loadprogress(data:Array<any>):void{ console.log("加载进度: " + data);//加载进度: param }Laya.Handl...
来源: Laya_社区 发布时间: 20170221
...te加载完成后调度。Loader error加载出错时调度。Loader progress加载进度发生改变时调度。LoaderPublic Constants ConstantDefined By ATLAS : String = atlas[static] 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。Loader BUFFER...
来源: laya_api 发布时间: 20170929
...條的 然後思路大概就是下面的codeclass LoaderManager { private progressUI: UIBase; private token; constructor(token) { Laya.loader.load([{ url: "res/ui/LoadProgress.fui", type: Loader.BUFFER }], Handler.create(this, this.loadProgress)) this.token = token; } public loadProgress() { this.pr...
来源: Laya_社区 发布时间: 20171204
...e create(url: string | (string | createItem)[], complete?: Handler | null, progress?: Handler | null, type?: string | null, constructParams?: any[] | null, propertyParams?: any, priority?: number, cache?: boolean): void Defined in laya/net/LoaderManager.ts:97 根据clas类型创建一个未初始化...
来源: Laya3.0_api 发布时间: 20231102
... 这种进度条怎么实现? 官方提供的进度条示例 只能设置progress.png的九宫, 里面的progress$bar.png 无法设置,然而拉长以后效果简直无法直视 扇形进度条怎么实现? 做曲线的进度条动画 LayaFlash中的preSwfAssets预加载资源有提供回调...
来源: Laya_社区 发布时间: 20171102
...条,进度不能重置问题 官方提供的进度条示例 只能设置progress.png的九宫, 里面的progress$bar.png 无法设置,然而拉长以后效果简直无法直视 这种进度条怎么实现? 2.0 类库设置原则,laya.bdmini.js,laya.wxmini.js以前的版本有后者,现在...
来源: Laya_社区 发布时间: 20170717