game::devtools::kml

Function load_objects

Source
fn load_objects(
    app: &App,
    file: Option<(String, Vec<u8>)>,
    dump_clipped_shapes: bool,
    timer: &mut Timer<'_>,
) -> (String, Vec<Object>)
Expand description

Loads and clips objects to the current map. Also returns the dataset name.