Exemplo n.º 1
0
 private static void ShowBodySubtypeWindow()
 {
     BodySubtypeWindow.ShowBodySubtypeWindow();
 }
Exemplo n.º 2
0
 public static void ShowBodySubtypeWindow()
 {
     instance = (BodySubtypeWindow)EditorWindow.GetWindow(typeof(BodySubtypeWindow));
     instance.titleContent = new GUIContent("Body Subtype List");
 }