yyl
1 天以前 7f9ec6d10ebb5d741b10e2b4168b11ad0ebb22cd
Main/System/Battle/UIComp/BattleFloatingUIController.cs
@@ -288,7 +288,7 @@
            applyColorCallback?.Invoke(GetEndColor());
        }
    }
    /// <summary>
    /// 动画完成回调
    /// </summary>
@@ -299,5 +299,10 @@
        onFinishCallback = null;
    }
    
    public bool IsValid()
    {
        return ValidateConfig() && rectTransform != null && gameObject != null;
    }
    #endregion
}