Exemplo n.º 1
0
 //Show the window
 public static void ShowBodyStructureWindow()
 {
     instance = (BodyStructureWindow)EditorWindow.GetWindow(typeof(BodyStructureWindow));
     instance.titleContent = new GUIContent("Body Structure");
 }
Exemplo n.º 2
0
 private static void ShowStructureWindow()
 {
     BodyStructureWindow.ShowBodyStructureWindow();
 }