大约有 334 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
Laya_社区(100) Laya3.0_api(79) Laya2.0_api(73) laya_api(68) Laya2.0_文档(6) Laya3.0_文档(5) Laya_示例(2) Laya2.0_示例(1)
...true; dialogM.open(store, true, true); store.onClosed = () => { dialogM.removeSelf(); } 不知道是不是最佳的,但是解决了 Coder张琦 • 2018-07-13 18:12 你确定这是逻辑问题? Laya_Aaron • 2018-07-15 11:16 @Coder张琦:走了你的代码逻辑才会弹不出,正常会弹...
来源: Laya_社区 发布时间: 20180712
...his.nsp.drawToTexture(1600,1600,0,0) as Laya.Texture; this.nsp.removeSelf(); copySpr.scale(.1,.1); Laya.stage.addChild(copySpr); } 附件 : --> 2022-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20220809
... } function completeHandler() { mArmature.stop(); mArmature.removeSelf(); mArmature.removeChildren(); mArmature.destroy(true); Laya.Pool.recover('Skeleton', mArmature); } function play() { mCurrIndex++; if (mCurrIndex >= mArmature.getAnimNu...
来源: Laya_社区 发布时间: 20181120
...s.display); } public destroy():void { this.display.destroy(); this.display.removeSelf(); super.destroy(); } }就是这段简单的测试代码,怎么销毁,内存还是创建后的大小 2017-02-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20170221
...个节点并清楚资源,为什么要用这个接口? 用removeChild或removeSelf这些,只从场景树下删除节点不好吗? 如果使用了预加载,为什么还需要监听这些事件?有什么特殊需求吗? 2017-06-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20170619
...id { console.log("GameStart界面关闭!"); //从舞台移除自己 this.removeSelf(); //只加载一次,因此直接消毁自己 this.destroy(); }onClose方法并没走到,控制台没输出,请问是什么问题呢 2018-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180711
...emoveChild removeChildAt removeChildByName removeChildren removeInputChild removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new ReflectionProbe(): ReflectionProbe Overrides Sprite3D.constructor Defined in laya/d3/core/reflectionProbe/Re...
来源: Laya3.0_api 发布时间: 20231102
...用会增加? 如题,打开一个带时间轴动画的ui,然后使用removeSelf 或者destroy删除都会增加内存占用。 把UI中的时间轴动画删了之后就不会,何解? 2018-05-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20180512
...放回Pool里,并清除对象 Laya.Pool.recover("mybg",BackGround); bg1.removeSelf(); Laya.stage.removeChild(bg1); console.log("bg1->",bg1); //再次从Pool里获取对象的时候,就报错了 var bg2:BackGround= Laya.Pool.getItemByClass("mybg",BackGround); Laya.stage.addChild(bg2); console....
来源: Laya_社区 发布时间: 20180823
...个回复 Laya_Aaron 赞同来自: 父节点addchild 子节点 这样子,removeself 就解除了 2019-03-12 0 3 分享 微博 QZONE 微信 内涵tv何吓吓 赞同来自: 没记得官方有这个方法,你只能用变量getChild存子节点,然后再addchild到同级上... 2019-03-13 0 3 分...
来源: Laya_社区 发布时间: 20190312