大约有 8 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0031 秒)
...方法处理吗? Laya_Aaron • 2018-05-31 11:35 @yzbgyc:按下的时候阻止不了冒泡吗? down的时候就阻止呀 yzbgyc • 2018-05-31 14:20 我down up click 都阻止了。那都不行。。。 yzbgyc • 2018-05-31 14:25 我发现,虽然是按钮增加了一个点击事件,但是...
来源: Laya_社区 发布时间: 20180529
...的xua选中事件你是注册到子对象本身的,你可以通过增加阻止冒泡的方式停止子对象往父对象的冒泡行为,event对象的stopPropagation方法; 2017-03-09 1 2 分享 微博 QZONE 微信 cry_11858 赞同来自: 求Demo。或者好一点的思路。 2017-03-09 0 0 ...
来源: Laya_社区 发布时间: 20170309
...单,点击方法中,会带一个参数:e:Laya.Event,这个能数有阻止点击事件冒泡 点击事件: this.btnHome.on(Laya.Event.CLICK, this, this.homeClick); private homeClick(e) { //防止点击事件穿透 e.stopPropagation(); } 2018-10-12 0 0 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20180901
...target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 EventPublic Constants ConstantDefined By ADDED : S...
来源: Laya2.0_api 发布时间: 20190513
...target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 EventPublic Constants ConstantDefined By ACTIVE_IN...
来源: laya_api 发布时间: 20170929
..., target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 EventPublic Constants Hide Inherited Public Constants ...
来源: Laya2.0_api 发布时间: 20190513
..., target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 EventPublic Constants Hide Inherited Public Constants ...
来源: laya_api 发布时间: 20170929
...topPropagation stopPropagation(): void Defined in laya/events/Event.ts:218 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 Returns void Static isMouseEvent isMouseEvent(type: st...
来源: Laya3.0_api 发布时间: 20231115