大约有 127 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...estField") export class TestField extends IEditor.PropertyField { @IEditor.onLoad static async onLoad() { await gui.UIPackage.resourceMgr.load("MyField.widget"); } create() { let input = gui.UIPackage.createWidgetSync("MyField.widget"); return { ui: input }; } refresh() { //这里负责将数据设...
来源: Laya3.0_文档 发布时间: 20241014
...]); }; var fileReader:Object = new Browser.window.FileReader(); fileReader.onload = function(evt):void { if(Browser.window.FileReader.DONE==fileReader.readyState) { var sp:Sprite = new Sprite(); sp.loadImage(fileReader.result,0,0,300,300); Laya.stage.addChild(sp); } } } } } ``` 编译上面的...
来源: Laya2.0_文档 发布时间: 20210715
....js:5358:20 05-17 11:33:54.039: E/LayaBox(31963): at FileReader.filereader.onload (apploader.js:5937:47) 2017-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 我们看下,晚些回...
来源: Laya_社区 发布时间: 20170517
... path.replace(".fnt", ".png"), type: Loader.IMAGE}], Handler.create(this, _onLoaded)); 2019-02-25 0 0 分享 微博 QZONE 微信 J 赞同来自: 我也遇到这问题,无限加载,加载进度一直是0.5,我看了AS的源码,应该是源码有问题,源码如下: 结合问题,应该 d...
来源: Laya_社区 发布时间: 20190225
...2D,3D资源 Laya.loader.load(resArr, null, Laya.Handler.create(this, this.onLoading, null, false)).then(() => { // 加载完成后,处理逻辑 this.progress.value = 0.98; console.log("加载结束", this.progress.value); //预加载的东西太少,为了本地看效果延迟一秒,真实...
来源: Laya3.0_文档 发布时间: 20241014
...log("onCharge-------------------------5"); Laya.Browser.window.globalImage.onload=function() { console.log("onCharge-------------------------6"); } console.log("onCharge-------------------------7"); Laya.Browser.window.globalImage.src = "file:///" + Laya.Browser.window.conch.getCachePath()+"/test.pn...
来源: Laya_社区 发布时间: 20170609
...tivityOnCreate I/HwApsImpl: APS: new HwApsImpl created I/hwaps: HwAps: JNI_OnLoad V/HwWidgetFactory: : successes to get AllImpl object and return.... D/TextView: get Display Panel Type is : 0 D/OpenGLRenderer: Skia GL Pipeline D/HwAppInnerBoostImpl: set config for com.layabox.test BOOST_FLAG=false R...
来源: Laya_社区 发布时间: 20190723