Skip to main content

Module plugin

Module plugin 

Source

Traits§

Plugin
Extend App with cross-cutting behaviour — stats, custom clock, logging, hotkeys — without forking the run loop. build runs once at registration; the other methods are called by App at the matching point in the frame schedule. Any FnMut(&mut App<B, F>) is also a plugin via the blanket impl.