# Sandbox.Gizmo.Instance.SetValue

```csharp
void SetValue(string name, T value)
```

Generic storage for whatever you want to do. 
You're responsible for not spamming into this and cleaning up after yourself.

### Parameters

- `name` (`string`)
- `value` (`T`)

Declared in [Sandbox.Gizmo.Instance](/api/Sandbox.Gizmo.Instance).
Assembly: `Sandbox.Engine`.
