# Sandbox.Sprite.Animation.Origin

```csharp
Vector2 Origin { get; set; }
```

The point at which the rendered sprite is anchored from. This means scaling/rotating a sprite will do so around the origin.

Declared in [Sandbox.Sprite.Animation](/api/Sandbox.Sprite.Animation).
Assembly: `Sandbox.Engine`.
