Click or drag to resize
RagdollRedistributeHierarchyMass Method
Redistributes the mass specified on this object to each of the parts, based on their current proportional contribution to the whole hierarchy.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void RedistributeHierarchyMass(
	bool suppressWarnings = false
)

Parameters

suppressWarnings (Optional)
Type: SystemBoolean
If set to suppress warnings.
See Also