• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 141 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)

121. Sprite.loadImage()中设置的y的值为Browser.ClientHight时不准确是为什么? [ 55%]

...度?我想让模型在50%透明和100%不透明之间切换 load方法的progress回调进的次数太少了。是我哪里设置有问题么 如何设置显示对象的颜色 问题状态 最新活动: 2017-04-26 17:37 浏览: 1079 关注: 2 人 sfsmmc • 2017-04-27 09:09 Demo上传了,不要...

来源: Laya_社区 发布时间: 20170426

122. Laya.loader加载BUG [ 55%]

... 检查是否正在下载,避免网页reload         this.event("progress",0);          var type=this._type;         if (type=="plfb"){             this.parsePLFBData(data);             this.complete(data);         }else if (type=="plf"){  ...

来源: Laya_社区 发布时间: 20200427

123. 我打印laya.stage时看到有个_width 但是我打印laya.stage._width 得到值和之前看到的不一样 [ 55%]

...点击的时候按钮位移动了是否是我做法有问题 load方法的progress回调进的次数太少了。是我哪里设置有问题么 textinput移除后再添加会将之前的内容全部赋值给全部input 运用Sprite的属性blendMode为"destination-out"时得到黑圈,与引擎示...

来源: Laya_社区 发布时间: 20180613

124. Laya.loader.create 不会反馈失败状态跟描述不符合 [ 55%]

... { console.log("3d加载完毕:" + success); }),Laya.Handler.create(this, (progress: number) => { })); 这是个数组。。但是场景文件不存在,失败参数都是空的。。跟文档描述不符合 附件 : --> 2019-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

来源: Laya_社区 发布时间: 20190626

125. list方法onSelect失效 [ 55%]

...js访问不到JSBridge类中的方法,请求官方帮助, load方法的progress回调进的次数太少了。是我哪里设置有问题么 引擎中有使得Label中文字逐字显示的方法吗? 问题状态 最新活动: 2019-03-18 11:24 浏览: 1983 关注: 1 人

来源: Laya_社区 发布时间: 20190318

126. laya.net.Loader_API3.0 [ 53%]

...否则值为 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

127. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 52%]

...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

128. 求HTTP相关的文档或者例子谢谢了 [ 52%]

...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

129. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 51%]

...为横屏 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

130. 抖音小游戏 · LayaAir3.0文档 · LAYABOX [ 47%]

...: 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