yyl
22 小时以前 864b4269d12df2626927d1a5e71261a94c7a5538
125 战斗 特效循环播放问题
1个文件已修改
12 ■■■■■ 已修改文件
Main/Component/UI/Effect/BattleEffectPlayer.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Component/UI/Effect/BattleEffectPlayer.cs
@@ -68,11 +68,11 @@
    protected virtual void OnEnable()
    {
        if (spineComp != null)
        {
            //隐藏,会有静态显示问题
            spineComp.enabled = false;
        }
        // if (spineComp != null)
        // {
        //     //隐藏,会有静态显示问题
        //     spineComp.enabled = false;
        // }
        ApplySortingOrder();
    }
@@ -126,6 +126,8 @@
        {
            rectTrans.localScale *= effectConfig.effectScale;
        }
        spineComp.loop = effectConfig.isLoop != 0;
    }
    protected virtual void Clear()