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

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

11. down点击事件一直派发情况 [ 77%]

...vent.CLICK, self, self.onHandle); 这里用CLICK事件替代,或者同时监听一个MOUSE_UP事件,当鼠标抬起时,将MOUSE_DOWNshi事件移除 2017-03-07 0 1 分享 微博 QZONE 微信 yanmingjie 赞同来自: demo已经上传 重现步骤: (1)运行游戏 (2)打开控制台(f...

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

12. 关于禁止panel滑动事件 [ 69%]

...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 关于遍历产生sprite点击事件,急,大神帮看哈 Animation如何加点击事件 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定...

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

13. UI-RefreshList [ 61%]

...eateData(9, "初始数据"); this.refreshList.array = data; // 添加事件监听 this.refreshList.on(Event.MOUSE_UP, this, this.stageOnMouseUp); this.refreshList.on(Event.MOUSE_OUT, this, this.stageOnMouseUp); //游戏逻辑关联引擎停止滚动接口 this.refreshList.scrollBar.stopMoveLimit ...

来源: Laya2.0_示例 发布时间: 20240930

14. laya.ui.Button [ 56%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点属性 mouseEnable 值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: Laya2.0_api 发布时间: 20190513

15. laya.ui.Radio [ 56%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点属性 mouseEnable 值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: Laya2.0_api 发布时间: 20190513

16. laya.ui.AsynDialog [ 55%]

...适合写一些只执行一次逻辑,比如资源加载,节点事件监听 onOpen在页面每次打开都会执行,适合做一些每次都需要处理事情,比如消息请求,根据数据初始化页面 onClose在每次关闭时候调用,适合关闭时停止动画,网络消...

来源: laya_api 发布时间: 20170929

17. laya.ui.Dialog [ 55%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点属性 mouseEnable 值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: Laya2.0_api 发布时间: 20190513

18. laya.ui.Button [ 55%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点属性 mouseEnable 值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: laya_api 发布时间: 20170929

19. laya.ui.Radio [ 55%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点属性 mouseEnable 值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: laya_api 发布时间: 20170929

20. laya.ui.CheckBox [ 53%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点属性 mouseEnable 值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: Laya2.0_api 发布时间: 20190513