selected

    Emitted when selected. Used internally.

    EditorProperty.swift:1550
    var selected: Signal11 { get }

    To connect to this signal, reference this property and call the

    connect method with the method you want to invoke

    Example:

    obj.selected.connect { path, focusableIdx in
       print ("caught signal")
    }

    Other members in extension

    Types

    Type members

    Instance members

    Show implementation details (2)

    Hide implementation details

    • func _setReadOnly(Bool)

      Called when the read-only status of the property is changed. It may be used to change custom controls into a read-only or modifiable state.

    • func _updateProperty()

      When this virtual function is called, you must update your editor.