hch
3 小时以前 03942026b95aba9f0af1c637749ad27de399b932
Main/System/Battle/BattleObject/BattleObjectLayerMgr.cs
@@ -28,6 +28,7 @@
        {
            rendererAdjuster.SetSortingOrder(sortingOrder);
        }
        battleObj.heroInfoBar.maxXpGO.SetSortingOrder(sortingOrder + 5);
    }
    public void AddEffect(BattleEffectPlayer effectPlayer)
@@ -65,8 +66,8 @@
        {
            effectPlayers[i].SetActive(isFront);
        }
        int order = isFront ? BattleConst.ActiveHeroSortingOrder : BattleConst.UnactiveHeroSortingOrder;
        //  策划要在释放技能的时候 其他角色隐藏 这里在back的时候就直接设置成0  在最底下 看不到的地方
        int order = isFront ? BattleConst.ActiveHeroSortingOrder : 0; //BattleConst.UnactiveHeroSortingOrder;
        SetSortingOrder(order);
    }