Ecspanse.System.WithoutEventSubscriptions behaviour (ECSpanse v0.10.1)

View Source

Systems that run every frame and do not depend on any event.

Summary

Callbacks

Runs every frame for the current system. The return value is ignored.

Callbacks

run(t)

@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.