pub fn use_frame<F: Fn(&mut World) + Sync + Send + 'static>( hooks: &mut Hooks<'_>, on_frame: F )
Executes a function each frame.