csharp
public record class SnapshotBusAssetWhat one snapshot does to one bus.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A snapshot names only the buses it changes. Anything it does not mention keeps whatever it had, which is what makes a snapshot for "the player is underwater" a two-line thing rather than a copy of the whole mixer that goes stale the moment a bus is added.
Fields and properties (3)
public string BusWhich bus, by name.
public float GainDbWhat its gain becomes, in decibels.
public bool MutedWhat its mute becomes.
Used by (9)
- MixerAssetTestsVixen.Audio.Tests
- MixerSnapshotAssetVixen.Audio
- MixerSnapshotsVixen.Audio
- TypeRegistrationVixen.Audio
- Vixen_Audio_Assets_MixerSnapshotAssetSerializerVixen.Audio
- Vixen_Audio_Assets_SnapshotBusAssetSerializerVixen.Audio
- AudioMixerDocumentVixen.Editor.AssetEditors
- AudioMixerViewVixen.Editor.AssetEditors
- AuthoringTestsVixen.Editor.AssetEditors.Tests