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

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

        window.Show();
    }