Signal
Functions
Link copied to clipboard
Connects an action to this signal using an internal scope. The action will be executed for each value emitted by this signal.
Connects an action to this signal within the provided coroutine scope. The action will be executed for each value emitted by this signal.
Link copied to clipboard
Emits a signal with associated parameters to all collectors.
Link copied to clipboard
Creates a SignalData object with parameters, which can be emitted later.