コード例 #1
0
 /// <summary>
 ///   <para>Rotates the rigidbody to rotation.</para>
 /// </summary>
 /// <param name="rot">The new rotation for the Rigidbody.</param>
 public void MoveRotation(Quaternion rot)
 {
     Rigidbody.INTERNAL_CALL_MoveRotation(this, ref rot);
 }