_getPluginName

    Override this method in your plugin to provide the name of the plugin when displayed in the Godot editor.

    EditorPlugin.swift:187
    func _getPluginName() -> String

    For main screen plugins, this appears at the top of the screen, to the right of the “2D”, “3D”, “Script”, and “AssetLib” buttons.

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (23)

    Hide implementation details