Mathf.DeltaAnglestatic function DeltaAngle (current : float, target : float) : floatDescriptionCalculates the shortest difference between two given angles.
JavaScript
// Prints 90 using UnityEngine; import UnityEngine |
