Trait bevy_rapier2d::physics::BundleBuilder[][src]

pub trait BundleBuilder {
    type Bundle;
    fn bundle(&self) -> Self::Bundle;
}

Associated Types

Required methods

Implementors