# Sandbox.DamageInfo.Origin

```csharp
Vector3 Origin { get; set; }
```

The origin of the damage. For bullets this would be the shooter's eye position. For explosions, this would be the center of the exposion.

Declared in [Sandbox.DamageInfo](/api/Sandbox.DamageInfo).
Assembly: `Sandbox.Engine`.
