# FindSnapshot(string)

> The name must be an exact match.

## Definition

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

```csharp
public AudioMixerSnapshot FindSnapshot(string name)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Name of snapshot object to be returned.

### Returns

| Type                                                                                          | Description                          |
| --------------------------------------------------------------------------------------------- | ------------------------------------ |
| [AudioMixerSnapshot](/engine/6000.6/script-reference/unityengine/audio/audiomixersnapshot.md) | The snapshot identified by the name. |
