azalea::pathfinder

Function handle_tasks

Source
pub fn handle_tasks(
    commands: Commands<'_, '_>,
    transform_tasks: Query<'_, '_, (Entity, &mut ComputePath)>,
    path_found_events: EventWriter<'_, PathFoundEvent>,
)