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

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

61. laya.events.Event [ 81%]

...ing = close[static] 定义 close 事件对象的 type 属性值。Event  COMPLETE : String = complete[static] 定义 complete 事件对象的 type 属性值。Event  COMPONENT_ADDED : String = componentadded[static] 定义 componentadded 事件对象的 type 属性值。Event  COMPONENT_REMOVE...

来源: laya_api 发布时间: 20170929

62. 加载lh格式模型报错 [ 81%]

...D:/LayaAirProjects/myFirstLaya/bin/libs/laya.core.js:1038:42)   at Loader.complete (file:///D:/LayaAirProjects/myFirstLaya/bin/libs/laya.core.js:18674:22)   at Loader.onLoaded (file:///D:/LayaAirProjects/myFirstLaya/bin/libs/laya.core.js:18630:22)   at EventHandler.runWith (file:///D:/LayaAirProj...

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

63. timeline 类动作节点回调 [ 80%]

... 类动作节点回调 timeline 类能否给每个动作节点添加一个 complete 或者progress 回调? 目前看来只支持所有动作节点执行完毕后complete 回调。  日常开发中给每个小动作节点添加回调时很常见的, 在使用cocos-js的时候就经常用到。 ...

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

64. laya.ui.UIEvent [ 80%]

...tring = close[static] 定义 close 事件对象的 type 属性值。Event COMPLETE : String = complete[static] 定义 complete 事件对象的 type 属性值。Event COMPONENT_ADDED : String = componentadded[static] 定义 componentadded 事件对象的 type 属性值。Event COMPONENT_REMOVED : ...

来源: Laya2.0_api 发布时间: 20190513

65. 1.5.4_beta,动画播放完毕的监视器很大概率会不起作用了 [ 80%]

...作用了,回调函数经常没有执行 animaNet.once(laya.events.Event.COMPLETE, animaNet, OnNetAnimaDone); // animaNet是个laya.display.Animation 2016-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 yua...

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

66. Cannot read property 'offCanplay' of null [ 80%]

...,在laya.wxmini.js onCanPlay() { this.loaded = true; this.event(Laya.Event.COMPLETE); this._sound.offCanplay(null); } 估计是因为网络比较满的情况,在文件下载完毕之后,sound对象已经被销毁了,所以自己加了一个判断。 onCanPlay() { this.loaded = true; this.event...

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

67. 骨骼动画-Spine事件 [ 80%]

...res/spine/spineRes6/alien.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.on(Event.ERROR, this, this.onError); mFactory.loadAni(mAniPath); } onError() { trace("error"); } parseComplete() { const Event = Laya.Event; // 创建模式为1,使用动画自...

来源: Laya2.0_示例 发布时间: 20241119

68. 骨骼动画-Spine事件 [ 80%]

...res/spine/spineRes6/alien.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR, this, onError); mFactory.loadAni(mAniPath); } function onError() { trace("error"); } function parseComplete() { //创建模式为1,可以启用换装 mArmature = mFac...

来源: Laya_示例 发布时间: 20241119

69. laya.ui.UIEvent [ 80%]

...tring = close[static] 定义 close 事件对象的 type 属性值。Event COMPLETE : String = complete[static] 定义 complete 事件对象的 type 属性值。Event COMPONENT_ADDED : String = componentadded[static] 定义 componentadded 事件对象的 type 属性值。Event COMPONENT_REMOVED : ...

来源: laya_api 发布时间: 20170929

70. laya.utils.TimeLine [ 80%]

...当前点移动到目标点。 TimeLineEventEvent Summary Defined By  complete整个缓动结束的时候会调度TimeLine  label当缓动到达标签时会调度。TimeLineProperty Detailscalepropertypublic var scale:Number = 1 缩放动画播放的速度。totalproperty total:int  [read-...

来源: laya_api 发布时间: 20170929