public static void BatchModeExportAssets() { ysUiBundleFunc editorFunc = new ysUiBundleFunc(); editorFunc.InitData(); editorFunc.ExportUiPrefab(); editorFunc.ExportAtlasPrefab(); editorFunc.ExportTexture(); editorFunc.ExportFont(); }
void ExportFonts() { func.ExportFont(); }