# Sandbox.Rendering.CommandList.Attributes

```csharp
AttributeAccess Attributes { get; set; }
```

Access to the local attributes. What these are depends on where the command list is being called.
If we're calling from a renderable, these are the attributes for that renderable.

Declared in [Sandbox.Rendering.CommandList](/api/Sandbox.Rendering.CommandList).
Assembly: `Sandbox.Engine`.
