Function shipyard_rapier3d::physics::systems::create_joints_system[][src]

pub fn create_joints_system(
    entities: EntitiesView<'_>,
    bodies: UniqueViewMut<'_, RigidBodySet>,
    joints: UniqueViewMut<'_, JointSet>,
    joint_builders: ViewMut<'_, JointBuilderComponent>,
    joint_handles: ViewMut<'_, JointHandleComponent>,
    bodies_handles: View<'_, RigidBodyHandleComponent>
)

System responsible for creating Rapier joints from their builder resources.