# Vector3.SmoothDamped

Everything you need to smooth damp a Vector3. Just call Update every frame.

- Kind: struct
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Constructors

- [`SmoothDamped`](/api/Vector3.SmoothDamped/.ctor): Everything you need to smooth damp a Vector3. Just call Update every frame.

## Fields

- [`Velocity`](/api/Vector3.SmoothDamped/Velocity)

## Properties

- [`Current`](/api/Vector3.SmoothDamped/Current)
- [`SmoothTime`](/api/Vector3.SmoothDamped/SmoothTime)
- [`Target`](/api/Vector3.SmoothDamped/Target)

## Methods

- [`Deconstruct`](/api/Vector3.SmoothDamped/Deconstruct)
- [`Update`](/api/Vector3.SmoothDamped/Update)
