【战斗】测试战斗跳过按钮遮挡

dev_chengFeng
gaoxin 2021-11-27 16:28:54 +08:00
parent 0ce834e220
commit 58ce5ad4d8
1 changed files with 2 additions and 0 deletions

View File

@ -257,6 +257,8 @@ function this:OnSortingOrderChange()
orginLayer = this.sortingOrder
BattleView:OnSortingOrderChange(this.sortingOrder)
this.UpRoot:GetComponent("Canvas").sortingOrder = this.sortingOrder + 10
this.DownRoot:GetComponent("Canvas").sortingOrder = this.sortingOrder + 10
end
--界面打开时调用(用于子类重写)