Exemple #1
0
 /// <summary>
 ///   <para>Reset the center of mass of the rigidbody.</para>
 /// </summary>
 public void ResetCenterOfMass()
 {
     Rigidbody.INTERNAL_CALL_ResetCenterOfMass(this);
 }