示例#1
0
 public static void CreateMarkdownFile()
 {
     CreateTextAssetPopup.ShowPopup(PathUtility.GetPathBySelectionSafe(), "README", "md");
 }
示例#2
0
 public static void CreateJsonFile()
 {
     CreateTextAssetPopup.ShowPopup(PathUtility.GetPathBySelectionSafe(), "New json", "json");
 }
示例#3
0
 public static void CreateTextFile()
 {
     CreateTextAssetPopup.ShowPopup(PathUtility.GetPathBySelectionSafe(), "New text", "txt");
 }