Пример #1
0
 //Show the window
 public static void ShowBodyStructureWindow()
 {
     instance = (BodyStructureWindow)EditorWindow.GetWindow(typeof(BodyStructureWindow));
     instance.titleContent = new GUIContent("Body Structure");
 }
Пример #2
0
 private static void ShowStructureWindow()
 {
     BodyStructureWindow.ShowBodyStructureWindow();
 }