Exemplo n.º 1
0
    private static void Init()
    {
        UrdfImporterEditorWindow editorWindow = GetWindow <UrdfImporterEditorWindow>();

        editorWindow.minSize = new Vector2(150, 300);
        editorWindow.Show();
    }
    private static void Init()
    {
        UrdfImporterEditorWindow urdfImport = GetWindow <UrdfImporterEditorWindow>();

        urdfImport.Show();
    }