# Mathf.MoveTowards

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

![Mathf.MoveTowards](./images/MathfMoveTowardsCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Current
</td>
<td>
The current value
</td>
</tr>
<tr>
<td>
Target
</td>
<td>
The value to move towards.
</td>
</tr>
<tr>
<td>
Max Delta
</td>
<td>
The maximum change that should be applied to the value.
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

