popupDialogCentered(dialog:minsize:)

    Pops up the dialog in the editor UI with popupExclusiveCentered(fromNode:minsize:). The dialog must have no current parent, otherwise the method fails.

    EditorInterface.swift:596
    final func popupDialogCentered(dialog: Window?, minsize: Vector2i = Vector2i (x: 0, y: 0))

    See also setUnparentWhenInvisible(unparent:).

    Other members in extension

    Type members

    Instance members