Exemplo n.º 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");
 }
Exemplo n.º 2
0
 [MenuItem("Tools/ForestVision/Deprecated/Browser", false, 30)]//access to everything
 private static void ShowEditor()
 {
     FV_EditorWindow.ShowEditor();
 }