Skip to main content

start_graph_spatial_index_rebuild

Function start_graph_spatial_index_rebuild 

Source
fn start_graph_spatial_index_rebuild(
    state: ResMut<'_, GraphSpatialIndexState>,
    nodes: Query<'_, '_, (Entity, &Node)>,
)