# Sandbox.Material.Flags

```csharp
FlagsAccessor Flags { get; set; }
```

Access flags on this material, which usually hint about the contents. These are generally added by 
the shader procedurally - but developers can add these in material editor too.

Declared in [Sandbox.Material](/api/Sandbox.Material).
Assembly: `Sandbox.Engine`.
