大约有 231 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
...容相关的链接 提交 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
...供的,实现原理很简单,3个场景是3个类。使用addChild和removeChild进行场景显示和移除。 3、destroy是立即销毁,即销毁该显示对象所占显存,removeChild从显示列表销毁显示对象,遵循js的垃圾回收机制,不是立即销毁 4、凡是laya引...
来源: Laya_社区 发布时间: 20161031
...请教 现在不同场景都是继承的Sprite,原来是通过addChild和removeChild直接管控不同场景的显示和隐藏的,但是发现发布到手机后FPS会瞬间掉到个位数,然后再恢复到原来一样。今天想到能否使用visible直接控制显示隐藏,发现这样做...
来源: Laya_社区 发布时间: 20170307
...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
...透的问题 关于适配采用showAll后留白部分的颜色问题 关于removechild、destory、clear的问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 关于shader中opengl函数问题 问题状态 最新活动: 2018-02-28 12:22 浏览: 1233 关注: 2 人 sha...
来源: Laya_社区 发布时间: 20180228
...this.destroy(); Laya.stage.addChild(ui); } removeChild_list(){ this.hitArea = new Laya.HitArea(); this.hitArea.hit.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); Laya.SoundManager.playSound("sound...
来源: Laya_社区 发布时间: 20210122
...ouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node removeChild(node:Node):Node 删除子节点。 Node removeChildAt(index:int):Node 根据子节点索引位置,删除对应的子节点对象。 Node removeChildByName(name:String):Node 根据子节点名字删除对...
来源: laya_api 发布时间: 20170929
...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
...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce Constructors constructor new Node(): Node Defined in laya/display/Node.ts:94 Returns Node Prope...
来源: Laya3.0_api 发布时间: 20231115