Function de_pathing::pplugin::update_existing_paths

source ·
fn update_existing_paths(
    finder: Res<'_, FinderRes>,
    state: ResMut<'_, UpdatePathsState>,
    entities: Query<'_, '_, (Entity, &Transform, &PathTarget, Has<ScheduledPath>)>
)