pub fn use_frame<F>(hooks: &mut Hooks<'_>, on_frame: F)
where F: Fn(&mut World) + Sync + Send + 'static,
Expand description

Executes a function each frame.