Пример #1
0
 public static void EnableTextMeshPro()
 {
     if (!XChartsMgr.IsExistTMPAssembly())
     {
         Debug.LogError("TextMeshPro is not in the project, please import TextMeshPro package first.");
         return;
     }
     XChartsMgr.ModifyTMPRefence();
     XChartsMgr.EnableTextMeshPro();
 }
Пример #2
0
 public static void DisableTextMeshPro()
 {
     XChartsMgr.ModifyTMPRefence(true);
     XChartsMgr.DisableTextMeshPro();
 }