Exemple #1
0
 public static void ShowEditor()
 {
     instance = (FV_EditorWindow)EditorWindow.GetWindow(typeof(FV_EditorWindow));
     instance.titleContent             = new GUIContent("ForestVision Editor");
     instance.autoRepaintOnSceneChange = true;
     instance.titleContent             = new GUIContent("FV Editor");
 }
 [MenuItem("Tools/ForestVision/Deprecated/Browser", false, 30)]//access to everything
 private static void ShowEditor()
 {
     FV_EditorWindow.ShowEditor();
 }