大约有 385 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)
怎么给button绑定一个事件,比如console.log一段话 因为新学的,所以请大佬们解惑,谢谢 2018-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 『Monica』 赞同来自: https://laya...
来源: Laya_社区 发布时间: 20180717
事件管理1. 认识事件1.1 什么是事件1.2 事件的分类2. 引擎内置的事件2.1 事件类型 Laya.Event2.2 事件派发 Laya.EventDispatcher2.3 事件处理 Laya.Handler3. 自定义的事件事件管理 1. 认识事件 1.1 什么是事件 事件Event指的是由系统事先设定的、...
来源: Laya3.0_文档 发布时间: 20241014
三个图好像无法绑定不同的事件? Laya.init(400, 400, laya.webgl.WebGL); var img1 = new Laya.Sprite(); img1.loadImage('https://layaair.ldc.layabox.com/demo/h5/res/apes/monkey2.png',100,100,90,90); Laya.stage.addChild(img1); img1.on(Laya.Event.CLICK,this, function(name){ console.log(name...
来源: Laya_社区 发布时间: 20180621
图片添加点击事件 有的不生效 private init():void { //添加点击事件处理 this.v_btn_boy.on(Laya.Event.CLICK, this, this.onClickBtnBoy); this.v_btn_friend.on(Laya.Event.CLICK, this, this.onClickBtnFriend); this.v_btn_shop.on(Laya.Event.CLICK, this, this.onClickBtnShop); console.log(...
来源: Laya_社区 发布时间: 20180312
...liderShape球型以及CannonCompoundColliderShape复合形状。 - 3.碰撞事件 onCollisionEnter、onCollisionStay、onCollisionExit、onTriggerEnter、onTriggerStay、onTriggerExit。 - 4.物理属性(通过刚体进行设置) restitution弹力、friction摩擦力、mass质量、linearDampi...
来源: Laya2.0_文档 发布时间: 20210715
...liderShape球型以及CannonCompoundColliderShape复合形状。 - 3.碰撞事件 onCollisionEnter、onCollisionStay、onCollisionExit、onTriggerEnter、onTriggerStay、onTriggerExit。 - 4.物理属性(通过刚体进行设置) restitution弹力、friction摩擦力、mass质量、linearDampi...
来源: Laya2.0_文档 发布时间: 20210714
...元素不能点击两次 微信小游戏与加载图片时不会触发erroe事件 List滑动条会引起单元格上的按钮点击后多次触发点击事件 3d物理不能触发onCollisionEnter事件 无法触发浏览器文件上传框 2.2.0: safari浏览器,iphone的谷歌浏览器 遮罩大概...
来源: Laya_社区 发布时间: 20191209
...问题 laya2.0引入第三方库失败 为什么给Sprite容器添加点击事件没反应 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? laya2.0 3d物理碰撞穿透问题 微信开放域排行榜滑动list滑动没反应 LayaAir Run 点击无反应 laya2.0 怎么获取...
来源: Laya_社区 发布时间: 20180918
...log 为何不能智能识别 ts 文件行号? 怎么给button绑定一个事件,比如console.log一段话 tsconfig 中添加 "lib":["es5","es2015.promise"] ,之后无法引用lib.d.ts里面的内容,意味着console.log()都报错了 请问转玩一玩console.log怎么显示到gameConsole插...
来源: Laya_社区 发布时间: 20180321
...计进去了,网页端就没有问题 disabled=true后,如果增加on事件,再=false,事件没响应 Ignored attempt to cancel a touchmove event with cancelable=false Ignored attempt to cancel a touchmove event with cancelable=false state.clip.islooping = false;无法再次播放动画。 ...
来源: Laya_社区 发布时间: 20170921