示例#1
0
    public static void BatchModeExportAssets()
    {
        ysUiBundleFunc editorFunc = new ysUiBundleFunc();

        editorFunc.InitData();
        editorFunc.ExportUiPrefab();
        editorFunc.ExportAtlasPrefab();
        editorFunc.ExportTexture();
        editorFunc.ExportFont();
    }
示例#2
0
 void ExportAtlasPrefab()
 {
     func.ExportAtlasPrefab();
 }