Mathf.MoveTowards
Calculate the amount of movement to move from Current to Target at the speed of MaxDelta.
Properties
Property Name | Description |
---|---|
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 |