We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a758db4 commit 59a010eCopy full SHA for 59a010e
src/dynamics/rigid_body.rs
@@ -1434,7 +1434,8 @@ impl RigidBody {
1434
///
1435
/// This builder lets you configure all properties of a rigid body before adding it to your world.
1436
/// Start with one of the type constructors ([`dynamic()`](Self::dynamic), [`fixed()`](Self::fixed),
1437
-/// or [`kinematic_velocity_based()`](Self::kinematic_velocity_based)), then chain property setters,
+/// [`kinematic_position_based()`](Self::kinematic_position_based), or
1438
+/// [`kinematic_velocity_based()`](Self::kinematic_velocity_based)), then chain property setters,
1439
/// and finally call [`build()`](Self::build).
1440
1441
/// # Example
0 commit comments