Пример #1
0
 //Show Window
 public static void ShowClothesWindow()
 {
     instance = (ClothesWindow)EditorWindow.GetWindow(typeof(ClothesWindow));
     instance.titleContent = new GUIContent("Clothes List");
 }
Пример #2
0
 private static void ShowClothesWindow()
 {
     ClothesWindow.ShowClothesWindow();
 }