大约有 858 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0058 秒)
Laya_社区(474) Laya3.0_api(162) laya_api(104) Laya2.0_api(96) Laya2.0_文档(13) Laya3.0_文档(7) Laya2.0_示例(1) Laya_示例(1)
...oid[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。 destroy时会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。 T...
来源: laya_api 发布时间: 20170929
...x:int = indexOf(key); return index < 0 ? null : _values[index]; } /** * 移除指定键名的值。 * @param key 键名对象。 * @return 是否成功移除。 */ public function remove(key:*):Boolean { var index:int = indexOf(key); if (index >= 0) { _keys.splice(index, 1); _values.splice(ind...
来源: Laya_社区 发布时间: 20180619
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...
来源: Laya3.0_api 发布时间: 20231115
...使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcherProperty Detailinstancepropertyinstance:Gyroscope [read-only] Implementation public static function get instance():GyroscopeConstructor DetailGyroscope()Constructorpublic function Gyroscope...
来源: laya_api 发布时间: 20170929
... 你这个全局做的监听 B页面关闭的时候怎么把事件自动移除掉呢 是要自己在界面destory的时候移除吗 2018-05-24 1 0 分享 微博 QZONE 微信 233 赞同来自: 186*****322 写了个ts的,有需要的可以看下,轻喷 CustomEventDispatcherTS.zip 2018-11-09...
来源: Laya_社区 发布时间: 20170412
...所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦...
来源: Laya2.0_api 发布时间: 20190513
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...
来源: Laya3.0_api 发布时间: 20231115
...碰撞,则每隔5帧反复触发上次碰撞,直到触发onTriggerExit(移除上述的帧监听),demo已上传,希望能帮助你(项目中搜索"关键代码") test1.zip 2019-09-03 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...
来源: Laya_社区 发布时间: 20190902
...使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcherEvents Hide Inherited Events Show Inherited Events Event Summary Defined By animationchanged在动画切换时调度调度。KeyframeAnimations enabledchanged在enable属性发生变化后调度。...
来源: laya_api 发布时间: 20170603
...侦听器能够接收事件通知,此侦听事件响应一次后则自动移除侦听。 如果侦听鼠标事件,则会自动设置自己和父亲节点的属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node removeAllCompone...
来源: laya_api 发布时间: 20170929