大约有 697 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0049 秒)
Laya_社区(344) Laya3.0_api(152) Laya2.0_api(96) laya_api(62) Laya2.0_文档(29) Laya3.0_文档(13) Laya2.0_示例(1)
...因为我已经在做 - 杀意来袭 TextInput重写onFocus和onBlur事件监听不到 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 ui list 里面的元素不能点击两次 救命!canvas定位后 点击区域偏移,求大大们解答 求指...
来源: Laya_社区 发布时间: 20170310
...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? ui list 里面的元素不能点击两次 求指点3d射线碰撞和UI点击穿...
来源: Laya_社区 发布时间: 20170217
... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...
来源: Laya3.0_api 发布时间: 20231115
...、陀螺仪 `Gyroscope`通过`change`事件对设备方向改变进行监听。该事件有两个回调参数: - `absolute` —— 如果设备提供的方位是基于设备坐标系统和地球坐标系统间的差距,则是`true`;如果设备无法检测到地球坐标系统,`absolute...
来源: Laya2.0_文档 发布时间: 20210714
...on(Laya.Event.COMPLETE,this,this.onCompleteAni);”这个代码不应该是监听动画播放完成的吗 mrtian • 2018-10-09 18:55 工程代码我更新了,mp3音频文件加载失败的问题,不知道是为什么,之前加载过wav的音频,是可以加载成功的
来源: Laya_社区 发布时间: 20181009
...offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 Even...
来源: Laya2.0_api 发布时间: 20190513
... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...
来源: Laya3.0_api 发布时间: 20231115
...听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 请问在layaIDE里,怎么调用微信小程序API 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 鼠标滚轮滚动事件 遮罩点击事件 图片添加点击...
来源: Laya_社区 发布时间: 20170515
...子水准) //这块就是抛到主线程去运行SDK,否则这个SDK的监听不能正常运行 final Runnable mRunnable0 = new Runnable() { @Override public void run() { YIMService.getInstance().login(userId, mPassword,""); } }; new Thread() { public void run() { m_Handler.post(mRunnable0); } }...
来源: Laya_社区 发布时间: 20170722
...offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知。 Even...
来源: Laya2.0_api 发布时间: 20190513