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

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

201. skeleton动画事件系统如何触发的? [ 68%]

...ox.com/demo2/?language=ch&category=2d&group=Skeleton&name=SpineEvent 2019-05-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xylon 相关问题 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextIn...

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

202. 为何对sp的监听事件没有反应呢? [ 68%]

...Laya.stage.height - xxx.height) / 2; Laya.stage.addChild(xxx); xxx.on(Laya.Event.CLICK, this, this.onXXX); private onXXX() {    console.debug("Hello"); } 2017-06-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复...

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

203. Spine适配版(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 68%]

... SpineTempletBinary(); this.templet.loadAni(this.aniPath); this.templet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private function parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.ske...

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

204. 关于API搜索的疑问?? [ 68%]

...问 Animation 使用疑问 点击事件疑问 layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但写了不执行。 【BUG】升级了Laya2.0.2新版LayaAir.d.ts和js库API对不上!! 关于TS环境下的第三方库导入的疑问 官方的API为什么找不到pivot和pos? ...

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

205. 我想在动画播放结束后加一个事件,怎么加? [ 68%]

... 个回复 176*****233 赞同来自: geo 监听_ani的完成事件 _ani.on(EVENT.COMPLETE, this, function(){}); 2018-04-28 1 0 分享 微博 QZONE 微信 fool_tiger 赞同来自: 谢谢! 2018-05-02 0 0 分享 微博 QZONE 微信 AlexNine 赞同来自: 可以直接在play后面加个回调 function...

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

206. Unexpected number 问题 [ 68%]

...图集加载问题 关于适配采用showAll后留白部分的颜色问题 event自定义事件的问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 问题状态 最新活动: 2017-01-13 15:35 浏览: 1059 关注: 2 人 cuixueying • 2017-01-13 20:03 你明天联系下小莹,帮...

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

207. Button连续点击触发MOUSE_OUT事件问题 [ 68%]

...============ button width: 155, height: 155 mouse position, x: 374, y: 835 event type: click button width: 155, height: 155 mouse position, x: 374, y: 835 event type: mouseout button width: 155, height: 155 mouse position, x: 374, y: 835 event type: click button width: 155, height: 155 mouse positio...

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

208. 如何获取键盘上的大小写锁定键状态? [ 68%]

...写或是小写状态,但在Laya中,不管是在 Keyboard 中还是在 Event 中,都找不到capsLock 的相关状态属性。 2017-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 ...

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

209. 图集动画结束回调有延迟 [ 68%]

...画结束回调有延迟 this.ded.addLabel("animOver",9); this.ded.on(Laya.Event.LABEL, this, this.onHitOver);  this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver);  两种方法都会有延迟,不能100%执行 2018-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

210. button响应鼠标事件有两种方式,哪个更好用些? [ 68%]

...好用些? 一个是mouseHandler 一个是监听事件的button.on(Laya.Event.MOUSE_UP)   推荐用哪一种? 用button.on的方式是不是窗口关闭了我要手动移除事件? 2016-10-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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