大约有 208 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...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
...容相关的链接 提交 1 个回复 189*****192 赞同来自: Laya.stage.removeChild 试一试 反正你的是加载在Laya.stage 如果不是 通过父对象删除 2017-10-24 0 5 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 wuzhe...
来源: Laya_社区 发布时间: 20171024
...ene.addChild(map); 4.切换页面 private playGame(): void { Laya.stage.removeChild(this.welcomePanel); this.gamePanel = new GamePanel();//不管是不是重新new的,模型一直在 Laya.stage.addChild(this.gamePanel); } private playWelcome(): void { Laya.stage.removeChild(this.gamePanel); this....
来源: Laya_社区 发布时间: 20180411
... str = "点击选取的几何体"; } else { Laya.stage.removeChild(scene3D); } console.log(str); }); 每次删除scene3D后又被添加进来了。不知道什么原因,是stage中的scene不能被删除吗? 2017-10-16 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20171016
...赞同来自: 不明白为什么, 但是算是解决了 移除scene前, 先removeChild掉camera和light, 然后创建新的scene后把这两个加回来 2018-01-18 0 0 分享 微博 QZONE 微信 qian 赞同来自: 在destory的时候用Loader.clearRes清理下资源试试 2018-01-17 0 3 分享 微...
来源: Laya_社区 发布时间: 20180117
...onfig怎么更新有scene的脚本? Dialog和View用destroy和Laya.stage.removeChild有什么区别? 问题状态 最新活动: 2017-06-19 22:54 浏览: 1051 关注: 3 人
来源: Laya_社区 发布时间: 20170619
...容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: removeChild是从显示列表中移除 destroy是彻底销毁 如果该节点不再使用了,直接destroy即可 2018-01-16 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20180116
... this.m_scene.addChild(this.m_sceneCamera); 在destory的时候 this.stage.removeChild(this.m_scene); this.m_sceneCamera.removeAllComponent(); this.m_scene.destroy(); this.m_scene = null; 只会这个CameraMoveSprite还会被触发鼠标事件,然后就崩溃了 2017-10-12 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20171012
...后先隐藏不需要的 this._che_node=scene.getChildByName("che"); scene.removeChild(this._che_node); .... //根据情节加载节点 this._curnode=scene.addChild(this._che_node); 上面加载的节点光照会出问题 2017-12-15 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20171215
...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new Sprite3D(name?: string, isStatic?: boolean): Spri...
来源: Laya3.0_api 发布时间: 20231115