Trait heron::rapier_plugin::rapier3d::data::BundleSet[]

pub trait BundleSet<'a, T> {
    fn index_bundle(&'a self, handle: Index) -> T;
}
Expand description

Helper trait to address multiple elements at once.

Required methods

Access multiple elements from this set.

Implementors