# Sandbox.Surface.Density

```csharp
float Density { get; set; }
```

Density of this surface material. This affects things like automatic mass calculation.
Density is in kg/m^3.

Declared in [Sandbox.Surface](/api/Sandbox.Surface).
Assembly: `Sandbox.Engine`.
