예제 #1
0
 private static void ShowPlanetEditor()
 {
     CreatePlanetEditor.ShowPallette();
 }
예제 #2
0
    public static void ShowPallette()
    {
        instance = (CreatePlanetEditor)EditorWindow.GetWindow(typeof(CreatePlanetEditor));

        instance.titleContent = new GUIContent("Planet Editor");
    }