Vixen
02b45cc4
csharp
public record class SnapshotBusAsset

What 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 Bus

    Which bus, by name.

  • public float GainDb

    What its gain becomes, in decibels.

  • public bool Muted

    What 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