大约有 418 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
Laya_社区(288) Laya3.0_api(48) Laya2.0_api(25) laya_api(20) Laya2.0_文档(15) Laya3.0_文档(10) Laya_示例(7) Laya2.0_示例(5)
...ayaAir下Loading进度条的制作(ActionScript 3.0) 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) V...
来源: Laya_社区 发布时间: 20171222
...,之后点击不再触发 laya.3.0.9 为什么给Sprite容器添加点击事件没反应 使用getChildByName()无法得到子节点对象 VBOX HBOX 的文档太少了,都不知道这两个怎么用?到底和box有什么区别?不是普通的容器吗?增加了什么功能呢? laya 2...
来源: Laya_社区 发布时间: 20240110
...console.log("click button");}); 请问 这样监听不到button的点击事件吗?如果我创建一个ui.view a a.on 也监听不到吗 2017-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ymsdandan...
来源: Laya_社区 发布时间: 20171128
...laya.eventsClasspublic dynamic class EventInheritanceEvent Object Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...
来源: Laya2.0_api 发布时间: 20190513
...!这是为什么? 已上传 Demo 附件 TextInput重写onFocus和onBlur事件监听不到 IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 图集打包找不到图集文件 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手...
来源: Laya_社区 发布时间: 20190625
...blic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...
来源: laya_api 发布时间: 20170929
...item List滑动条会引起单元格上的按钮点击后多次触发点击事件 怎么获得laya.input输入框里面的值 鼠标滚轮滚动事件 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Panel加了vScrollBarSkin还是不能滚...
来源: Laya_社区 发布时间: 20180312
...21 19:05 老师,为什么用这种方法创建的对象,没办法绑定事件监听? var bt = new Laya.Button("comp/btn_start.png","测试按钮"); bt.on(Laya.Event.CLICK, this, this.click); Laya.stage.addChild(bt); function click() { console.log("??????????"); } ...
来源: Laya_社区 发布时间: 20170421
...; this.label.color = "#40FF40"; Laya.stage.addChild(this.label); //鼠标事件 Laya.stage.on(Laya.Event.MOUSE_UP, this, function (): void { var str: String = ""; for (var i: number = 0; i < this._outHitAllInfo.length; i++) { str += this._outHitAllInfo.sprite3D.name + " "; } if (this._outHitAll...
来源: Laya_社区 发布时间: 20180820
... Only exported Menu Globals "laya/events/Event" Event Class Event Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Hierarchy Event Index Constructors constructor Properties button currentTarget delta isDblClick nativeEvent target touc...
来源: Laya3.0_api 发布时间: 20231115