大约有 334 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
Laya_社区(100) Laya3.0_api(79) Laya2.0_api(73) laya_api(68) Laya2.0_文档(6) Laya3.0_文档(5) Laya_示例(2) Laya2.0_示例(1)
...呢 目前我是先将龙骨动画停止.stop 再从父节点移除自身.removeself 还调了下销毁 然而重复游戏关卡的时候发现游戏越来越卡 然后我去网页上的内存监测里面看哪一项在一直增多没有释放掉 发现是龙骨动画 注:龙骨动画创建时...
来源: Laya_社区 发布时间: 20200818
...问题,getComponent(Laya.PhysicsCollider)._enabled=true;必须在对象removeSelf()之前进行操作。不知道为什么放到后面会在循环之前关卡的时候破坏游戏中所有的碰撞盒。 2021-02-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20210201
..."点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clone2.addComponent(MouseScrip...
来源: Laya2.0_文档 发布时间: 20210715
...只实例化一次,每次点击的时候先把原来的removeChild或者removeSelf(移除自身),然后在addChild添加。而不是点击一次就实例化一个
来源: Laya_社区 发布时间: 20180116
...此说明下解决方案: 1 : 直接使用Laya.Dialog.manager.maskLayer.removeself()进行遮罩层的移除 2 :如果自己调用close方法,则需要改变close中的第二个showEffect的布尔值设为false,否则将没有进行close()方法中的判断效果,由此造成的关闭无...
来源: Laya_社区 发布时间: 20171114
...降到了24左右,再接着玩还会降到16 主要代码为 _minMap.removeSelf(); _minMap.loadImage("smallmap/" + _mapID + ".jpg", 0, 0, mapWidth, mapHeight); _container.addChild(_minMap); 其中 mapWidth =1600 mapHeight = 1900 难道引擎底层再替换前没有做销毁吗 2018-...
来源: Laya_社区 发布时间: 20180913
...把粒子设置成awake播放 (2)addChild后会自动播放,播放完removeSelf掉,要播放的时候再addChild 2019-07-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 码路 相关问题 unity导出粒子文件问题 使用...
来源: Laya_社区 发布时间: 20180807
...e onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new Sprite3D(name?: string, isStatic?: boolean): Sprite3D Overrides Node.constructor Defined in laya/d3/core/Spr...
来源: Laya3.0_api 发布时间: 20231115
...简。保留onClosed 即可 __proto.doClose=function(dialog,type){ dialog.removeSelf(); dialog.isModal && this._checkMask(); dialog.closeHandler && dialog.closeHandler.runWith(type); dialog.onClosed(type); } 2018-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180914
...ani1.on(Laya.Event.COMPLETE, this, () => { this.removeSelf(); }); } 这样播放动画有时候会报错,如附件图,但有时候又不报错 附件 : --> 2017-06-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20170614