# upVector

> The up vector.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Animations](/engine/6000.0/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public Vector3 upVector { get; set; }
```

### Remarks

The up vector controls the rotation of the constrained object about the aim vector. It is defined in the constrained object local space.
