# Editor.MeshEditor.PrimitiveBuilder.Material

```csharp
Material Material { get; set; }
```

The material to use for this whole primitive. Loaded on demand so builders can be
created without the render system.

Declared in [Editor.MeshEditor.PrimitiveBuilder](/api/Editor.MeshEditor.PrimitiveBuilder).
Assembly: `Sandbox.Tools`.
