Mathf.MoveTowards

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

Mathf.MoveTowards

Properties

Property NameDescription
Current The current value
Target The value to move towards.
Max Delta The maximum change that should be applied to the value.
Result Result output