コード例 #1
0
    public static void Init()
    {
        // Get existing open window or if none, make a new one:
        ConstellationEditorWindow window = (ConstellationEditorWindow)EditorWindow.GetWindow(typeof(ConstellationEditorWindow), false, "Constellation");

        window.Show();
        ConstellationEditorWindowInstance = window;
    }