pub fn bind_joint(
    commands: &mut Commands<'_, '_>,
    parent: Entity,
    child: Entity,
    joint: RevoluteJointBuilder
)
Expand description

helper function.

bind a joint between two colliders