Quaternion.Anglestatic function Angle (a : Quaternion, b : Quaternion) : floatDescriptionReturns the angle in degrees between two rotations a and b.
JavaScript
// Calculates the angle (degrees) between using UnityEngine; import UnityEngine |
