예제 #1
0
 public static void Init()
 {
     instance = EditorWindow.GetWindow <SpyglassWindow>(false, "Spyglass");
     instance.SelectGameObject(Selection.gameObjects);
     instance.Show();
 }
예제 #2
0
 public static void MenuFindSpyglassEditors()
 {
     SpyglassWindow.FindSpyglassEditors();
 }
예제 #3
0
 static SpyglassWindowStartup()
 {
     SpyglassWindow.FindSpyglassEditors();
 }