# pivot

> Location of the Sprite's pivot point in the Rect on the original Texture, specified in pixels.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public Vector2 pivot { get; }
```

### Remarks

Additional Resources: [Sprite.rect](/engine/6000.7/script-reference/unityengine/sprite/rect.md).
