大约有 28 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0028 秒)
通过Pool.recover回收的对象重复利用时,该对象所持有的属性是否可以通过getItemByClass()获取,之前并未对该属性对象调用recover方法 2017-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20170109
..."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
Pool的recover方法无法回收 laya3.0的这个方法是不是改得有问题,好像永远回收不进去的 附件 : --> 2023-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 mainzone 赞同来自: htt...
来源: Laya_社区 发布时间: 20230802
Laya.Pool.recover("people", p)是什么意思? 有大神能告知下这句话的的具体作用吗,还有各参数的意义,最好能说得详细些,我在开发中发现用了这句之后会导致我本来被回收的对象,后来又无缘无故的出现了! 2016-09-21 添加评论 免...
来源: Laya_社区 发布时间: 20160921
...关逻辑代码如下: 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
...上次释放的对象 为了学习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
... item.visible = true; Pool.recover("item", item); item.graphics.clear(); } item的父容器是通过回收池获取的,父容器带有原来的item,现在希望删掉原来的item,添加新的item,...
来源: Laya_社区 发布时间: 20170113
...型标字符", "用于创建该类型对象的类"); Pool.recover( "对象类型标字符", "要存储的对象"); 15818760256 • 2018-04-17 16:56 @w1114367261:是的呀。。没错呀。。其实数组里的key就是获取时的标识符,是一样的。。var r...
来源: Laya_社区 发布时间: 20180417
...么解决??? Pool再重新创建有问题?在用代码移除Pool.recover("ball", Balloon);后再重新var ballx:Balloon= Pool.getItemByClass("ball", Balloon);这样会有问题。 2016-12-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20161213
...池 Pool.getItemByClass创建的对象没有标记Pool.POOLSIGN 导致Pool.recover没有回收对象 另外Pool.createByClass也是调用Pool.getItemByClass返回对象的 所以这两个方法都有影响 附件 : --> 2023-07-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20230720