FindSnapshot(string)
The name must be an exact match.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public AudioMixerSnapshot FindSnapshot(string name)
Parameters
Name of snapshot object to be returned.
Returns
Type | Description |
|---|---|
| AudioMixerSnapshot | The snapshot identified by the name. |