Signal6

    Signal support.

    EditorProperty.swift:1063
    class Signal6

    Use the connect(flags:_:) method to connect to the signal on the container object, and disconnect(_:) to drop the connection.

    You can also await the emitted property for waiting for a single emission of the signal.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (37) members.

    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.

    Citizens in SwiftGodot

    Instance members