コード例 #1
0
ファイル: ExportSceneWizard.cs プロジェクト: mikecrews/FFWD
    static void ExportAllScripts()
    {
        ExportCommands cmd = new ExportCommands("Export all scripts");

        cmd.ExportAllScripts();
        EditorUtility.ClearProgressBar();
    }
コード例 #2
0
    static void ExportAllScripts()
    {
        ExportCommands cmd = new ExportCommands("Export all scripts");

        cmd.ExportAllScripts();
    }
コード例 #3
0
ファイル: ExportSceneWizard.cs プロジェクト: Joelone/FFWD
 static void ExportAllScripts()
 {
     ExportCommands cmd = new ExportCommands("Export all scripts");
     cmd.ExportAllScripts();
     EditorUtility.ClearProgressBar();
 }
コード例 #4
0
 static void ExportAllScripts()
 {
     ExportCommands cmd = new ExportCommands();
     cmd.ExportAllScripts();
 }