docstring/spelling
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
This commit is contained in:
@@ -513,6 +513,7 @@ impl ColliderBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the mass properties of the collider this builder will build.
|
/// Sets the mass properties of the collider this builder will build.
|
||||||
|
///
|
||||||
/// If this is set, [`Self::density`] will be ignored, so it only makes sense to call
|
/// If this is set, [`Self::density`] will be ignored, so it only makes sense to call
|
||||||
/// either [`Self::density`] or [`Self::mass_properties`].
|
/// either [`Self::density`] or [`Self::mass_properties`].
|
||||||
pub fn mass_properties(mut self, mass_properties: MassProperties) -> Self {
|
pub fn mass_properties(mut self, mass_properties: MassProperties) -> Self {
|
||||||
|
|||||||
Reference in New Issue
Block a user