public static void EnableTextMeshPro() { if (!XChartsMgr.IsExistTMPAssembly()) { Debug.LogError("TextMeshPro is not in the project, please import TextMeshPro package first."); return; } XChartsMgr.EnableTextMeshPro(); XChartsMgr.ModifyTMPRefence(); }
public static void DisableTextMeshPro() { XChartsMgr.ModifyTMPRefence(true); XChartsMgr.DisableTextMeshPro(); }