Signal3

Signal support.

RigidBody2D.swift:1995
class Signal3

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.