Function ambient_element::use_frame

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

Executes a function each frame.