# Sandbox.Graphics.Attributes

```csharp
static RenderAttributes Attributes { get; set; }
```

Access to the current render context's attributes. These will be used
to set attributes in materials/shaders. This is cleared at the end of the render block.

Declared in [Sandbox.Graphics](/api/Sandbox.Graphics).
Assembly: `Sandbox.Engine`.
