# Get<T>()

> A type-safe helper method that retrieves the internal value.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Audio](/engine/6000.7/script-reference/unityengine/audio.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
public T Get<T>() where T : Object, IAudioEffect
```

### Returns

| Type | Description |
| ---- | ----------- |
| T    |             |
