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

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

31. laya.events.Event [ 75%]

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

32. 加载lh格式模型报错 [ 75%]

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

33. 最新版本IDE,如何获取http返回的json数据 [ 74%]

...Request(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.once(Event.PROGRESS,this,processHandler);  var sendData = {account:"aaa",password:"bbb"} xhr.send("http://xxx/login", JSON.stringify(sendData), "po...

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

34. Laya2.0 beta3 Animator 中的 on 事件 怎么没了 [ 74%]

...Animator);//监听默认动画完成后播放站立动画ani.on(Laya.Event.COMPLETE,this,this.onAniComplete,[ani]);   可是 实际上并没有啊。 没有 on 这个 函数了 .  要用什么代替啊?  2018-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

35. 用Loader加载完atlas,然后使用animation播放问题 [ 73%]

...s._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animation(); this._ani.loadImages(这里传入解析好的urls) 会提示重复加载 为什么我...

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

36. 3D中的Animator如何从指定的某一帧开始播放动画 [ 72%]

...ame); animator.on(Event.STOPPED, this, this.removeClip); animator.on(Event.COMPLETE, this, this.removeClip); animator.play("runShoot"); 2018-07-26 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个要在unity 里面进行切片,从那一帧开始切,然后用切片的名字播放 201...

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

37. LayaAir Animation重复播放的问题 [ 72%]

...成一次,次数++,判断次数==n即可,播放完成事件是Event.COMPLETE 2017-08-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 mrchenx 相关问题 unity导出粒子文件问题 微信关系链:LayaAir引擎针对微信...

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

38. laya.ui.UIEvent [ 72%]

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

39. Animation 播放完成回调有参数吗 [ 72%]

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

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

40. 加载.lh文件报错 [ 72%]

...core.js:1126) at Loader.__proto.event (laya.core.js:882) at Loader.__proto.complete (laya.core.js:14965) at Loader.__proto.onLoaded (laya.core.js:14933) at EventHandler.__proto.runWith (laya.core.js:1125) at HttpRequest.__proto.event (laya.core.js:882) at HttpRequest.__proto.complete (laya.core.js:1...

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