Vector3.SmoothDamp
Gradually changes a vector towards a desired goal over time.

Properties
| Property Name | Description | 
|---|---|
| Current | The current position. | 
| Target | The position we are trying to reach. | 
| Current Velocity | The current velocity. | 
| Smooth Time | Approximately the time it will take to reach the target. A smaller value will reach the target faster. | 
| Max Speed | The maximum speed. | 
| Result | Output result | 
| Output Current Velocity | Output current velocity |