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

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

331. 2.0版API“loadImage”改了吗? [ 72%]

2.0版API“loadImage”改了吗? sp.loadImage(_img, 0, 0, 0, 0, Handler.create(this, function(){                 trace("complete!!");   为何没有complete出现??  另外,有没有1.0和2.0 API更新对照表? 2018-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

332. 【BUG】加载的url中有错误url时,laya偶现加载complete不回调 [ 72%]

...im_path5 }, ]; Laya.loader.retryNum = 0; Laya.loader.create(res3DArr, Laya.Handler.create(this, this.onRes3DLoaded), null);   结论:onLoad时checkNext触发endLoad,会重置customParse属性,onError的时候没有触发这个逻辑,导致复用这个loader时,customParse属性不正确...

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

333. 微信小游戏利用开放域好友关系链做排行榜 [ 72%]

...yOpenDataContext 5.主域这边代码: import Label = Laya.Label; import Handler = Laya.Handler; import Loader = Laya.Loader;  class GameBootstrap{      public constructor(){         this.init();     }      private init():void{         //初始化微信小游戏   ...

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

334. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 72%]

...rt ScrollBar = Laya.ScrollBar; import VScrollBar = Laya.VScrollBar; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ScrollBar { /***水平滚动条资源**/ private skins:Array=["res/ui/hscroll.png", "res/ui/hscroll$bar.png", "res/ui/hscroll$down.png", "res/ui/hscroll$up.pn...

来源: Laya2.0_文档 发布时间: 20210715

335. xhr的on和once什么区别,官网例子 [ 72%]

...meout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); 2017-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

336. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 72%]

...rt ScrollBar = Laya.ScrollBar; import VScrollBar = Laya.VScrollBar; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class UI_ScrollBar { /***垂直滚动条资源**/ private skins:Array=["res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.pn...

来源: Laya2.0_文档 发布时间: 20210715

337. 最新的ResourceVersion发布以后加载的url不正确 [ 72%]

...: ResourceVersion.enable(     "version.json?" + Math.random(),     Handler.create(this, this.onVersonLoaded));   然而发布的游戏启动后发现加载失败,查看日志发现加载的URL拼得不对:   它加载使用的路径是一个奇怪的: http://localhost/h5/res/atlas/ui/s...

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

338. layabox打包apk后加载prefab之后使用pool创建prefab找不到create函数 [ 72%]

...ad加载后创建prefab是没有问题的。  Laya.loader.load(url, Laya.Handler.create(this, function (obj: any) {             let prefab = Laya.Pool.getItemByCreateFun('prefab_' + name, obj.create,obj);               Laya.stage.addChild(prefab);        ...

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

339. 加载ls文件 completeHandler 有时不触发? [ 72%]

加载ls文件 completeHandler 有时不触发? Laya.loader.create(Consts.SubPackagePath+"/scenes/"+msceneinfo.unityName+".ls",Handler.create(this,this.completeHandler),null,Scene); 2018-07-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

340. 引擎自带的图集图片丢失问题 [ 72%]

...es/atlas/comp.atlas",type:Laya.Loader.ATLAS}] Laya.loader.load(tArray,Laya.Handler.create(this,onResLoaded()));   里面的button和checkbox提示丢失了。是什么原因??   附件 : --> 2018-03-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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