Function de_movement::obstacles::update_nearby

source ·
fn update_nearby<M: Send + Sync + 'static, T: Component>(
    time: Res<'_, Time>,
    objects: Query<'_, '_, (Entity, &Transform, &mut DecayingCache<M>)>,
    space: SpatialQuery<'_, '_, Entity, With<T>>
)