launch

Function launch 

Source
pub fn launch<F: FnOnce() -> World>(builder: F)
Expand description

Launch the UI using a builder function that returns a World.

Example: snow_ui::launch(world); where fn world() -> World { ... }.