大约有 141 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
Laya_社区(107) Laya3.0_文档(9) Laya2.0_api(8) Laya3.0_api(6) laya_api(4) Laya2.0_文档(3) Laya_示例(2) Laya2.0_示例(2)
...度?我想让模型在50%透明和100%不透明之间切换 load方法的progress回调进的次数太少了。是我哪里设置有问题么 如何设置显示对象的颜色 问题状态 最新活动: 2017-04-26 17:37 浏览: 1079 关注: 2 人 sfsmmc • 2017-04-27 09:09 Demo上传了,不要...
来源: Laya_社区 发布时间: 20170426
... 检查是否正在下载,避免网页reload this.event("progress",0); var type=this._type; if (type=="plfb"){ this.parsePLFBData(data); this.complete(data); }else if (type=="plf"){ ...
来源: Laya_社区 发布时间: 20200427
...点击的时候按钮位移动了是否是我做法有问题 load方法的progress回调进的次数太少了。是我哪里设置有问题么 textinput移除后再添加会将之前的内容全部赋值给全部input 运用Sprite的属性blendMode为"destination-out"时得到黑圈,与引擎示...
来源: Laya_社区 发布时间: 20180613
... { console.log("3d加载完毕:" + success); }),Laya.Handler.create(this, (progress: number) => { })); 这是个数组。。但是场景文件不存在,失败参数都是空的。。跟文档描述不符合 附件 : --> 2019-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20190626
...js访问不到JSBridge类中的方法,请求官方帮助, load方法的progress回调进的次数太少了。是我哪里设置有问题么 引擎中有使得Label中文字逐字显示的方法吗? 问题状态 最新活动: 2019-03-18 11:24 浏览: 1983 关注: 1 人
来源: Laya_社区 发布时间: 20190318
...否则值为 false。 fetch fetch<K>(url: string, contentType: K, onProgress?: ProgressCallback, options?: Readonly<ILoadOptions>): Promise<ContentTypeMap[K]> Defined in laya/net/Loader.ts:436 从指定URL下载。这是较为底层的下载资源的方法,它和load方法不同...
来源: Laya3.0_api 发布时间: 20231115
...ata); this._customParse=false; this.event("progress",1); this.event("complete",(this.data instanceof Array)? [this.data] :this.data); } 上面这里直接判断失败,走了false 具体见附件。 望解决 附件 : --> WX3D.rar laya3D工...
来源: Laya_社区 发布时间: 20180101
...nts.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLVariables; public cl...
来源: Laya_社区 发布时间: 20151217
...为横屏 Laya.stage.screenMode="horizontal"; //加载FGUI中的文件 var ProgressBar,resArray; Laya.loader.load([ {url:"res/Public.fui",type:laya.net.Loader.BUFFER}, {url:"res/Public@atlas_ucn9w.png",type:laya.net.Loader.IMAGE}, {url:"res/Public@atlas_ucn90.png",type:laya.net.Loader.IMAGE}, {url:"...
来源: Laya_社区 发布时间: 20171207
...: void { //小游戏加载分包 Laya.loader.loadPackage("sub1", this.printProgress).then(() => { Laya.loader.load("sub1/Cube.lh").then((res: Laya.PrefabImpl) => { let sp3: Laya.Sprite3D = res.create() as Laya.Sprite3D; this.scene3d.addChild(sp3); }); }) Laya.loader.loadPackage("sub2", this.pr...
来源: Laya3.0_文档 发布时间: 20241014