大约有 30 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
...laya.eventsClasspublic dynamic class EventInheritanceEvent Object Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...
来源: Laya2.0_api 发布时间: 20190513
...blic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...
来源: laya_api 发布时间: 20170929
....I.isReg) { this._regMode(); } else { this._forgetMode(); } // 添加取消事件 this.lb_cancel.on(Laya.Event.CLICK, this, () => { // 返回登陆页 Laya.Scene.open("Auth.scene"); }); // 遍历数组添加事件 this._arrInput.forEach((element, index) => { element.on(Laya.Event.FOCUS, this, ...
来源: Laya_社区 发布时间: 20200410
...IEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 ...
来源: Laya2.0_api 发布时间: 20190513
...IEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 ...
来源: laya_api 发布时间: 20170929
...页面执行脚本命令? 执行回调函数时报is not a function hit事件执行效率探讨 layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但写了不执行。 textinput移除后再添加会将之前的内容全部赋值给全部input HttpRequest在firefox里面执行正...
来源: Laya_社区 发布时间: 20180919
...ayaAir下Loading进度条的制作(ActionScript 3.0) 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) ...
来源: Laya_社区 发布时间: 20170107
如何能监听到TouchStart和TouchEnd事件 如何能监听到TouchStart和TouchEnd事件 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_U...
来源: Laya_社区 发布时间: 20170601
...拟点击,好像是不行的,查了下,这个模拟点击需要侦听点击事件才能能触发,但是laya的click事件机制并不是原生h5的点击事件,所以触发不了 附件 : --> 2018-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180307
...区域进行碰撞。 Sprite hitTestPrior : Boolean = false 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目标对象...
来源: Laya2.0_api 发布时间: 20190513