# Vector2.Approach

```csharp
Vector2 Approach(float length, float amount)
```

Returns a new vector whos length is closer to given target length by given amount.

### Parameters

- `length` (`float`)
- `amount` (`float`)

### Returns

`Vector2`

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
