addImportPlugin(importer:firstPriority:)

    Registers a new EditorImportPlugin. Import plugins are used to import custom and unsupported assets as a custom Resource type.

    EditorPlugin.swift:1068
    final func addImportPlugin(importer: EditorImportPlugin?, firstPriority: Bool = false)

    If firstPriority is true, the new import plugin is inserted first in the list and takes precedence over pre-existing plugins.

    See addInspectorPlugin(_:) for an example of how to register a plugin.

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (24)

    Hide implementation details