View Source Ecspanse.System.WithoutEventSubscriptions behaviour (ECSpanse v0.10.0)
Systems that run every frame and do not depend on any event.
Summary
Callbacks
@callback run(Ecspanse.Frame.t()) :: any()
Runs every frame for the current system. The return value is ignored.
It recives the current Ecspanse.Frame.t/0
struct as the only argument.