AudioMixerSnapshot
Object representing a snapshot in the mixer.
Read time 3 minutesLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
- Inherits from: Object
public class AudioMixerSnapshot : Object
Methods
Method | Description |
|---|---|
| TransitionTo | Performs an interpolated transition towards this snapshot over the time interval specified. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |