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

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

91. Spine 间隔一段时间卡顿5000毫秒左右,期间GPU占用极高, Demo已上传 [ 71%]

...let = new Laya.SpineTemplet(Laya.SpineVersion.v4_0); templet.on(Laya.Event.COMPLETE, handler.caller, handler.method); templet.on(Laya.Event.ERROR, this, this.printError); templet.loadAni(url); }  printError(e) { console.error(e); } } //激活启动类 new Main(); 附件 : --> TEST2.zip 2022-05-30 ...

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

92. 如何能监听到TouchStart和TouchEnd事件 [ 70%]

...性值。*/         static ERROR: string;         /** 定义 complete 事件对象的 type 属性值。*/         static COMPLETE: string;         /** 定义 loaded 事件对象的 type 属性值。*/         static LOADED: string;         /** 定义 progres...

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

93. 同步龙骨插槽动画方案 [ 70%]

...ctory = new Laya.Templet();         this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete, [aniMode]);         this.mFactory.loadAni(url);     }      private parseComplete(aniMode: number, fac: Laya.Templet): void {         this.mArmature = thi...

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

94. 关于HttpRequest报错问题 [ 70%]

...e","application/x-www-form-urlencoded; charset=utf-8"); xmlHttp.once(Event.COMPLETE,this,onHttpRequestComplete); xmlHttp.once(Event.ERROR,this,errorHandler); xmlHttp.on(Event.PROGRESS,this,processHandler); function onHttpRequestComplete(e){ }; function processHandler(data){ console.log(data); }; fun...

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

95. 排坑:Laya.HttpRequest()无效 [ 70%]

...Request(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("http://www.baidu.com", "", "get", "text"); function processHandler(data) { console.log(data)...

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

96. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 70%]

...ya.Animator;//获取Animator动画组件 this.zombieAnimator.on(Laya.Event.COMPLETE, this, this.onAniComplete); this.loadUI(); })); 附件 : --> Test.rar 2019-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 b...

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

97. Animation 播放完成回调有参数吗 [ 69%]

Animation 播放完成回调有参数吗 Animation.on(Event.COMPLETE, this, bfwc); function bfwc(e){         console.log(e.target.name); }    是错误的 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

98. 动画监听回调怎么会无限成倍调用 [ 69%]

动画监听回调怎么会无限成倍调用 this.star.on(Laya.Event.COMPLETE, this, function () { 解决这个问题·两天了·我差点怀疑我的智商,写了好几遍正确的递归思路。结果就是成倍调用, 最后发现是 我在递归方法里面监听动画播放完毕,第...

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

99. 网络通信 · LayaAir3.0文档 · LAYABOX [ 69%]

... "laya.events.Event")]*/ /** * 请求结束后调度。 * @eventType Event.COMPLETE * */ /*[Event(name = "complete", type = "laya.events.Event")]*/ /** * 请求出错时调度。 * @eventType Event.ERROR * */ /*[Event(name = "error", type = "laya.events.Event")]*/ 2.1.4 在代码中怎么使用 Laya...

来源: Laya3.0_文档 发布时间: 20241014

100. laya.resource.Texture_API3.0 [ 69%]

...定url创建 Parameters url: string Returns boolean load load(url: string, complete?: Handler): Promise<void> Defined in laya/resource/Texture.ts:277 加载指定地址的图片。 Parameters url: string 图片地址。 Optional complete: Handler 加载完成回调 Returns Promise<void> ...

来源: Laya3.0_api 发布时间: 20231115