Exemple #1
0
 /// <summary>
 ///   <para>Moves the rigidbody to position.</para>
 /// </summary>
 /// <param name="position">The new position for the Rigidbody object.</param>
 public void MovePosition(Vector3 position)
 {
     Rigidbody.INTERNAL_CALL_MovePosition(this, ref position);
 }