大约有 1,880 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1500) Laya3.0_api(155) Laya2.0_api(97) laya_api(63) Laya2.0_文档(46) Laya3.0_文档(18) Laya2.0_示例(1)
...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
...Error Could not attach to main target TextInput重写onFocus和onBlur事件监听不到 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 iphone自带浏览器页面怎...
来源: Laya_社区 发布时间: 20170923
...制回收。destroy后不能再使用。 destroy时会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。 Sprite3D destroyChildren():void 销毁所有子对象,不销毁自己本身。 Node event(type:String, data:* = null):Boolean 派发事件。 E...
来源: laya_api 发布时间: 20170929
...3.1.1导致APP上架被拒的说明 TextInput重写onFocus和onBlur事件监听不到 Animation如何加点击事件 关于Laya实现Matter.js官方案例凹多边形的问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 关于遍历产生...
来源: Laya_社区 发布时间: 20170427
...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事件监听不到 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 求指点3d射线碰撞和UI点击穿透的问题 e...
来源: Laya_社区 发布时间: 20240708
...鼠标是否处于按下状态”? TextInput重写onFocus和onBlur事件监听不到 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 图集打包找不到图集文件 关于使用matterjs物理引擎鼠标问题 请问如何获取鼠标在某个元素...
来源: Laya_社区 发布时间: 20190424
...进度: ${progress.toFixed(2)}%\n`; // 加载完成后清除进度事件帧监听 if (progress == 100) { this.logger.text = `当前下载进度: 100%\n`; Laya.timer.clear(this, this.onHttpRequestProgress); console.log("加载进度完成,清除进度事件帧听"); } } /** * 请求完成时触发...
来源: Laya3.0_文档 发布时间: 20251010