_handles(object:)

    Implement this function if your plugin edits a specific type of object (Resource or Node). If you return true, then you will get the functions _edit(object:) and _makeVisible(_:) called when the editor requests them. If you have declared the methods _forwardCanvasGuiInput(event:) and _forward3dGuiInput(viewportCamera:event:) these will be called too.

    EditorPlugin.swift:234
    func _handles(object: Object?) -> Bool

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (23)

    Hide implementation details