Quaternion.Inversestatic function Inverse (rotation : Quaternion) : QuaternionDescriptionReturns the Inverse of rotation.
JavaScript
// Sets this transform to have the opposite rotation of the target using UnityEngine; import UnityEngine |
