你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
小小法师
赞同来自: jeleren
this.renderer.sortObjects = false;
赞同来自:
let view = UI_MainView.createInstance();//只有这里换了顺序才会有效果 let root = UI_RootView.createInstance(); Game.gui.GRoot.inst.addChild(view); Game.gui.GRoot.inst.addChild(root); Game.gui.GRoot.inst.setChildIndexBefore(view, 12); Game.gui.GRoot.inst.setChildIndexBefore(root, 2); Game.gui.GRoot.inst.setChildIndex(view, 12); Game.gui.GRoot.inst.setChildIndex(root, 222);
谷主
要回复问题请先登录或注册
3 个回复
小小法师
赞同来自: jeleren
小小法师
赞同来自:
谷主
赞同来自: