大约有 83 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
Laya_社区(63) Laya3.0_文档(6) Laya3.0_api(3) Laya2.0_文档(3) laya_api(2) Laya_示例(2) Laya2.0_示例(2) Laya2.0_api(2)
...ad( //先加载本场景要用的 ["resources/UI/image.png", "resources/UI/progress.png", "resources/UI/progress$bar.png"] ).then(() => { let resArr: Array<any> = [ { url: "resources/prefab/uiDemo/useUI/ChangeTexture.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/useUI/...
来源: Laya3.0_文档 发布时间: 20241014
...速修改组件属性 //赋值有两种方式: //简单赋值,比如:progress:0.2,就是更改progress组件的value为2 //复杂复制,可以通知某个属性,比如:label:{color:"#ff0000",text:"Hello LayaAir"} this.box.dataSource = {slider: 50, scroll: 80, progress: 0.2, input: "Thi...
来源: Laya_示例 发布时间: 20241117
...速修改组件属性 //赋值有两种方式: //简单赋值,比如:progress:0.2,就是更改progress组件的value为2 //复杂复制,可以通知某个属性,比如:label:{color:"#ff0000",text:"Hello LayaAir"} this.box.dataSource = {slider: 50, scroll: 80, progress: 0.2, input: "Thi...
来源: Laya2.0_示例 发布时间: 20200319
..._data=data; this.event(/*laya.events.Event.PROGRESS*/"progress",0.5); return this._loadImage(this._url.replace(".fnt",".png")); }else { var bFont=new BitmapFont(); ...
来源: Laya_社区 发布时间: 20190402
progress的bug 从上到下分别是 未设置九宫格 设置九宫格 正常效果 附件 : --> ProgressBug.rar 2020-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 157*****593 赞同来自: 这不是bug...
来源: Laya_社区 发布时间: 20200628
...部停止加载。LoaderManager create(url:*, complete:Handler = null, progress:Handler = null, clas:Class = null, params:Array = null, priority:int = 1, cache:Boolean = true):* 根据clas类型创建一个未初始化资源的对象,随后进行异步加载,资源加载完成后,初始化...
来源: laya_api 发布时间: 20170929
...url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya.Loader.IMAGE}, ] Laya.loader.load(res_array, Handler.create(null, onLoaded)); } function onLoaded() { var res_array = [ {url : "res/atla...
来源: Laya_社区 发布时间: 20180803
...本场景要用的 ["resources/UI/image.png", "resources/UI/progress.png", "resources/UI/progress$bar.png","resources/UI/images/dsgame/banner2.jpg"] ).then(() => { let resArr: Array<any> = [ { url: "resources/UI/images/dsgame/bgImage2.jpg", ...
来源: Laya_社区 发布时间: 20230713
...部停止加载。LoaderManager create(url:*, complete:Handler = null, progress:Handler = null, type:String = null, constructParams:Array = null, propertyParams:Object = null, priority:int = 1, cache:Boolean = true):void 根据clas类型创建一个未初始化资源的对象,随后进行异步...
来源: Laya2.0_api 发布时间: 20190513
... this.onFontLoaded(); }), Handler.create(this, (progress) => { console.log('bitmapFont loading', progress); }, null, false)); this.bitmapFont = new BitmapFont(); } onFontLoaded() { // 设置空格的宽 this.bitmapFont.setSpaceWidth(1...
来源: Laya_社区 发布时间: 20190221