_getWindowLayout(configuration:)

    Override this method to provide the GUI layout of the plugin or any other data you want to be stored. This is used to save the project’s editor layout when queueSaveLayout is called or the editor layout was changed (for example changing the position of a dock). The data is stored in the editor_layout.cfg file in the editor metadata directory.

    EditorPlugin.swift:307
    func _getWindowLayout(configuration: ConfigFile?)

    Use _setWindowLayout(configuration:) to restore your saved layout.

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (23)

    Hide implementation details