大约有 315 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
关于removechild、destory、clear的问题 laya这几个与清除有关的总也闹不清,sprite的destory 与 graphics下的clear 以及 父元素removechild 的方法都能达到清理sprite的效果,有的时候都不知道用哪个会不占内存,哪个不用再重新建...
来源: Laya_社区 发布时间: 20171221
Dialog和View用destroy和Laya.stage.removeChild有什么区别? Dialog和View用destroy和Laya.stage.removeChild有什么区别? 2016-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自:...
来源: Laya_社区 发布时间: 20161016
Laya.stage.addChild有没有 Laya.stage.removeChild 我现在会使用Laya.stage.addChild了 有没有 类似Laya.stage.removeChild这样的函数,把舞台的场景移除掉? 2018-02-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20180201
...容相关的链接 提交 1 个回复 189*****192 赞同来自: Laya.stage.removeChild 试一试 反正你的是加载在Laya.stage 如果不是 通过父对象删除 2017-10-24 0 5 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 wuzhe...
来源: Laya_社区 发布时间: 20171024
sprite设置了cacheas,removechild再addchild之后原先设置的cacheas无效,通过监测面板可以看到。请问这是不是bug? 2017-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan ...
来源: Laya_社区 发布时间: 20171108
...d { input.parentElement && (inputContainer.removeChild(input)); area.parentElement && (inputContainer.removeChild(area)); /// 加入下面两句 input = inputElement = Browser.createElemen...
来源: Laya_社区 发布时间: 20190816
...cene = new Scene(); Laya.stage.addChild(scene); scene.offAll(); Laya.stage.removeChild(scene); scene = new Scene(); Laya.stage.addChild(scene); scene.offAll(); Laya.stage.removeChild(scene); scene = new Scene(); Laya.stage.addChild(scene); Laya.stage.removeChild(scene); 报错: Uncaught TypeE...
来源: Laya_社区 发布时间: 20180913
...知道 oy2419498011 • 2018-02-27 16:12 我不开定时器,game.bottom.removeChild(game.majiang_bottom.getChildAt(0));直接用 没有问题 索引没有改变 Laya_Aaron • 2018-02-27 16:13 @oy2419498011:你多描述一下,一句一句的,我还是不知道你要说什么问题 oy2419498011...
来源: Laya_社区 发布时间: 20180227
...容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: removeChild是从显示列表中移除 destroy是彻底销毁 如果该节点不再使用了,直接destroy即可 2018-01-16 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20180116
...let viewIns = this; function goGameWorld() { videoElmt.pause(); Laya.stage.removeChild(reference); Laya.Browser.removeElement(videoElmt); // Laya.Browser.document.body.removeChild(videoElmt); Laya.Browser.removeElement(tipElmt); // Laya.Browser.document.body.removeChild(tipElmt); viewIns.removeSelf(...
来源: Laya_社区 发布时间: 20180802