# Sandbox.Rendering.CommandList.DrawModel

```csharp
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.Rendering.CommandList](/api/Sandbox.Rendering.CommandList).
Assembly: `Sandbox.Engine`.
