Skip to main content

start_graph_interval_spatial_index_rebuild

Function start_graph_interval_spatial_index_rebuild 

Source
fn start_graph_interval_spatial_index_rebuild(
    state: ResMut<'_, GraphIntervalSpatialIndexState>,
    graph: Res<'_, Graph>,
    nodes: Query<'_, '_, &Node>,
)