Пример #1
0
    static void CreateWindow()
    {
        var d = Database.Instance;
        AttributeEditorWindow window = (AttributeEditorWindow)EditorWindow.GetWindow(typeof(AttributeEditorWindow));

        window.Show();
    }
Пример #2
0
    static void CreateWindow()
    {
        AttributeEditorWindow window = (AttributeEditorWindow)EditorWindow.GetWindow(typeof(AttributeEditorWindow));

        window.Show();
    }