大约有 45 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0031 秒)
通过Pool.recover回收的对象重复利用时,该对象所持有的属性是否可以通过getItemByClass()获取,之前并未对该属性对象调用recover方法 2017-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20170109
Laya.Pool.recover("people", p)是什么意思? 有大神能告知下这句话的的具体作用吗,还有各参数的意义,最好能说得详细些,我在开发中发现用了这句之后会导致我本来被回收的对象,后来又无缘无故的出现了! 2016-09-21 添加评论 免...
来源: Laya_社区 发布时间: 20160921
调用 Image的destroy方法出现 recover Temp or Empty: Rectangle 调用 Image的destroy方法出现 recover Temp or Empty: Rectangle 附件 : --> 2021-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...
来源: Laya_社区 发布时间: 20210302
Pool的recover方法无法回收 laya3.0的这个方法是不是改得有问题,好像永远回收不进去的 附件 : --> 2023-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 mainzone 赞同来自: htt...
来源: Laya_社区 发布时间: 20230802
...关逻辑代码如下: moveSuccess(){ this.owner.removeSelf(); Laya.Pool.recover("flyCat", this.owner) } onTriggerEnter(other: any, self: any, contact: any): void { if (other.label === "cloud") { Laya.Tween.clearAll(this._sp) let effect: Laya.Animation = Laya.Pool.getItemByCreateFun("deathEffect",...
来源: Laya_社区 发布时间: 20191019
..."proto_ParamsProto"; constructor() { // Pool.recover(ProtoPool.PROTO_HEAD, new com.bigao.h5.proto.Head()); // Pool.recover(ProtoPool.PROTO_BINARY_REQUEST, new com.bigao.h5.proto.BinaryRequest()); // Pool.recover(ProtoPool.PROTO_PARAMS...
来源: Laya_社区 发布时间: 20170807
... item.visible = true; Pool.recover("item", item); item.graphics.clear(); } item的父容器是通过回收池获取的,父容器带有原来的item,现在希望删掉原来的item,添加新的item,...
来源: Laya_社区 发布时间: 20170113
...上次释放的对象 为了学习Laya.Pool.getItemByClass 和 Laya.Pool.recover ,做了一个简单的测试,代码如下: //从POOL里获取BackGround对象 var bg1:BackGround= Laya.Pool.getItemByClass("mybg",BackGround); Laya.stage.addChild(bg1); console.log("bg1->",bg1); //对象放...
来源: Laya_社区 发布时间: 20180823
...型标字符", "用于创建该类型对象的类"); Pool.recover( "对象类型标字符", "要存储的对象"); 15818760256 • 2018-04-17 16:56 @w1114367261:是的呀。。没错呀。。其实数组里的key就是获取时的标识符,是一样的。。var r...
来源: Laya_社区 发布时间: 20180417
... static HIERARCHY_LOADED: string; /** 定义 recovering 事件对象的 type 属性值。*/ static RECOVERING: string; /** 定义 recovered 事件对象的 type 属性值。*/ static RECOVERED: string; /** 定...
来源: Laya_社区 发布时间: 20170601