层级修改提交

dev_chengFeng
jiaoyangna 2021-07-29 11:34:53 +08:00
parent 522754669f
commit f935fb163b
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ function this.SetBtnSelect(_parObj)
this.selectBtn.transform:SetParent(_parObj.transform)
this.selectBtn.transform.localScale = Vector3.one
this.selectBtn.transform.localPosition=Vector3.zero
this.selectBtn.transform:SetAsFirstSibling()
this.selectBtn.transform:SetSiblingIndex(1)
end
--界面关闭时调用(用于子类重写)