Exemple #1
0
    static void CreateWindow()
    {
        var d = Database.Instance;
        PassiveEditorWindow window = (PassiveEditorWindow)EditorWindow.GetWindow(typeof(PassiveEditorWindow));

        window.Show();
    }
    static void CreateWindow()
    {
        PassiveEditorWindow window = (PassiveEditorWindow)EditorWindow.GetWindow(typeof(PassiveEditorWindow));

        window.Show();
    }