大约有 1,002 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)
Laya_社区(552) Laya3.0_api(152) laya_api(104) Laya2.0_api(96) Laya2.0_文档(39) Laya3.0_文档(28) Laya_示例(16) Laya2.0_示例(15)
添加舞台事件问题? this.addEventListener(Event.ADDED_TO_STAGE, addtoStageHandler); as3的添加舞台事件,Laya有木有类似的事件啊? 2017-03-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...
来源: Laya_社区 发布时间: 20170325
...函数 LoginView.prototype.init = function () { //监听登录按钮按下事件 this.login.on(Laya.Event.CLICK,this,this.onButtonLogin); //忘记密码 this.wjmm.on(Laya.Event.CLICK,this,this.onLableWjmm); } //登录按钮响应函数 LoginView.prototype.onButtonLogin = function () { if(this.user.t...
来源: Laya_社区 发布时间: 20170215
...tString()); } private function closeHandler(e:Object= null):void { //关闭事件 trace("closeHandler.."); } private function errorHandler(e:Object = null):void { //连接出错 trace("errorHandler..",e); } } }python代码和原生的js代码通过附件上传了。 附件 : --> websocketCode.rar 20...
来源: Laya_社区 发布时间: 20180202
事件响应函数的参数在API中哪里可以查到 bg.on("mousemove", this, onMouseMove); function onMouseMove(e) { console.log(e) } 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识...
来源: Laya_社区 发布时间: 20171016
matter.js 点击事件 matter.js 在laya本地运行点击事件有触发 但是发布微信小游戏之后 点击没反应 matter.js是最新的 Matter.Events.on(mouseConstraint, "startdrag", function(e):*{ console.log("点中刚体") ...
来源: Laya_社区 发布时间: 20190927
...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...
来源: Laya3.0_api 发布时间: 20231115
HttpRequest.send重复请求complete事件就不回调了 HttpRequest.send重复请求complete事件就不回调了 2017-05-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 你监听事...
来源: Laya_社区 发布时间: 20170527
键盘事件回调参数错误 重现步骤: 1、绑定键盘事件 Laya.stage.on(Event.KEY_DOWN, this, this.onStartMove); 2、打印 回调事件 onStartMove的 event参数,即可得到上图 版本: LayaAir 3.0.5 希望流程: 返回 正常的键盘 keyCode,如示例文档 附件...
来源: Laya_社区 发布时间: 20231012
...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...
来源: Laya3.0_api 发布时间: 20231102
...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...
来源: Laya3.0_api 发布时间: 20231115