# Sandbox.VertexBuffer.Draw

```csharp
void Draw(Material material, RenderAttributes attributes = null)
```

Draw this mesh using Material

### Parameters

- `material` (`Material`)
- `attributes` (`RenderAttributes`), default `null`

Declared in [Sandbox.VertexBuffer](/api/Sandbox.VertexBuffer).
Assembly: `Sandbox.Engine`.
