# Sandbox.Graphics.DrawModel

```csharp
static void DrawModel(Model model, Transform transform, RenderAttributes attributes = null)
```

Draws a single model at the given Transform immediately.

### Parameters

- `model` (`Model`): The model to draw
- `transform` (`Transform`): Transform to draw the model at
- `attributes` (`RenderAttributes`), default `null`: Optional attributes to apply only for this draw call

Declared in [Sandbox.Graphics](/api/Sandbox.Graphics).
Assembly: `Sandbox.Engine`.
