Esempio n. 1
0
    static void CreateWindow()
    {
        var d = Database.Instance;
        AttributeEditorWindow window = (AttributeEditorWindow)EditorWindow.GetWindow(typeof(AttributeEditorWindow));

        window.Show();
    }
Esempio n. 2
0
    static void CreateWindow()
    {
        AttributeEditorWindow window = (AttributeEditorWindow)EditorWindow.GetWindow(typeof(AttributeEditorWindow));

        window.Show();
    }