Function bevy_mod_raycast::update_bound_sphere[][src]

pub fn update_bound_sphere<T: 'static + Send + Sync>(
    state: Res<'_, PluginState<T>>,
    meshes: Res<'_, Assets<Mesh>>,
    new_bound_vol_query: Query<'_, (&mut BoundVol, &Handle<Mesh>), Or<(Added<BoundVol>, Changed<Handle<Mesh>>)>>
)