Module signals

Module signals 

Source
Expand description

Signals can be emitted by sources attached to a scene. You may implement your own signal manager by using the impl_signal_manager macro, but you’ll need to make sure that you know which signals are emitted and what structure they have.

Traits§

ObsSignalManagerTrait