大约有 858 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0097 秒)
Laya_社区(474) Laya3.0_api(162) laya_api(104) Laya2.0_api(96) Laya2.0_文档(13) Laya3.0_文档(7) Laya2.0_示例(1) Laya_示例(1)
...已经不是什么情况都卡了。 以下是关闭排行榜的代码://移除排行榜 _proto.closeCloudStorage = function () { if (LayaSample.refract && Laya.stage.contains(LayaSample.refract)) LayaSample.refract.removeSelf();//折射层移除舞台 if (Laya.stage.contains(LayaSample.sp...
来源: Laya_社区 发布时间: 20180905
...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
... QZONE 微信 渔歌 赞同来自: 精灵的销毁是有延迟的,建议先移除,从父节点移除,之后再销毁 2020-05-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 懒羊羊 相关问题 使用了u3D导出来的粒子,不停...
来源: Laya_社区 发布时间: 20180704
...调用微信小程序API 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 laya2的Scene默认是文件模式,不会...
来源: Laya_社区 发布时间: 20210203
...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
...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 发布时间: 20231102
...回复 Laya_Aaron 赞同来自: destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。 destroy时会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。 ...
来源: Laya_社区 发布时间: 20180605
...使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcher start(throushold:int, interval:int):void 开始响应设备摇晃。 Shake stop():void 停止响应设备摇晃。 ShakeProperty Detailinstancepropertyinstance:Shake [read-only] Implementati...
来源: laya_api 发布时间: 20170929
...题; 当listener1,listener2同时监听事件A, listener1永远不移除监听, listener2不断的添加移除,这种情况会导致listeners的长度无限增长,只是里面的元素为null值。增加了遍历次数,能否改成listeners.splice(i, 1); 另外能否在移除后直...
来源: Laya_社区 发布时间: 20180628
...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 发布时间: 20231102