大约有 18 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0025 秒)
...is, this.onMouseDown); } } onMouseDown(e: Laya.Event) { // console.log(e.currentTarget, e.target); if(e.target == this) { this.startDrag(); } else { this.stopDrag(); } } 判断一下点击对象是否是自己。才处理拖动。 2019-11-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20191121
...ED,mc,onmcloaded); MovieClip(e.target).addLabel("label01",19); MovieClip(e.currenttarget).addLabel("label01",19); 2017-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 shinestarpvz 赞同来自: 现在2个值...
来源: Laya_社区 发布时间: 20170809
... xmlreq.responseType = "text"; xmlreq.onload = function (e) { var data = e.currentTarget.response; self.postMessage(data); } xmlreq.open("get","res/atlas/comp.json"); xmlreq.send() }, false); ``` 这个例子是在worker中进行加载文件,加载完毕传给主进程,运行这个例子可...
来源: Laya2.0_文档 发布时间: 20210715
....log('onStartDragPicture e', e); } 返回的信息: Event _stoped: false currentTarget: Stage {focus: null, designWidth: 1307, designHeight: 758, canvasRotation: false, canvasDegree: 0, …} nativeEvent: MouseEvent {isTrusted: true, screenX: 906, screenY: 460, clientX: 457, clientY: 278, …} targ...
来源: Laya_社区 发布时间: 20181022
...; } private btnClick ( e:Laya.Event ) : void { switch( e.currentTarget ) { case this.btnEnter: // KBEngine.Event.fire break; } } } } 2017-09-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20170923
...容相关的链接 提交 1 个回复 cuixueying 赞同来自: 你输出e.currentTarget看下! 2017-03-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sky_fly 相关问题 Dialog:屏蔽点击Dialog之外的区域关闭弹框 分享...
来源: Laya_社区 发布时间: 20170328
...topPropagation() 这个肯定不行,因为它不会影响当前节点 (currentTarget) 中的任何事件侦听器。 还有别的方法吗? 2018-01-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Mo...
来源: Laya_社区 发布时间: 20180111
...nction onClick(e:Event):void { switch(e.currentTarget) { case btn1: show(); break; case btn2: ...
来源: Laya_社区 发布时间: 20180425