大约有 409 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(152) Laya2.0_api(96) Laya_社区(84) laya_api(62) Laya2.0_文档(9) Laya3.0_文档(5) Laya2.0_示例(1)
...Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispa...
来源: Laya3.0_api 发布时间: 20231115
...交 1 个回复 Laya_XS 赞同来自: 你在小程序里把你的小程序删除了在扫码下就可以清理掉你的缓存! 2018-01-28 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 F7537488CX 相关问题 关于微信小游戏关...
来源: Laya_社区 发布时间: 20180122
...e offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = nul...
来源: Laya2.0_api 发布时间: 20190513
...导致在加速器上无法渲染。 注意不要在此函数内增加或删除树节点,否则会对树节点遍历造成影响。 Sprite destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等...
来源: Laya2.0_api 发布时间: 20190513
...Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispa...
来源: Laya3.0_api 发布时间: 20231115
...on, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为...
来源: Laya2.0_api 发布时间: 20190513
... 1 分享 微博 QZONE 微信 sfsmmc 赞同来自: 非法字符(空格)删除之后还是有这个错误 1.出现的错误描述: 2.unity插件导出的文件目录: 2017-05-12 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ...
来源: Laya_社区 发布时间: 20170510
... destroy destroy(): void Defined in laya/components/AnimatorState2D.ts:285 删除 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any ...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: string 事件的类型。 listener: Function 事件侦听函数。 Returns EventDispatcher 此 EventDispatcher 对象。 Inherited from EventDispatcher.off Defined in laya/events/EventDispa...
来源: Laya3.0_api 发布时间: 20231102
...我们找到子节点时,也可以对节点做一些基础操作,比如删除掉自己方法 removeSelf() /** * 从父容器删除自己,如已经被删除不会抛出异常。 * @return 当前节点( Node )对象。 */ removeSelf(): Node { this._parent && this._parent.removeChild(...
来源: Laya3.0_文档 发布时间: 20251010