Mathf.MoveTowardsAngle
Calculate the amount of movement to move from Current to Target at the speed of MaxDelta.

Properties
| Property Name | Description | 
|---|---|
| Current | The current angle | 
| Target | The angle to move towards. | 
| Max Delta | The maximum change that should be applied to the value. | 
| Result | Result output |