Vixen
02b45cc4
csharp
public record class AudioBusParameterDefinition

An engine-wide named value, and what moving it does to the mix.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public string Name

    What gameplay calls it.

  • public float Minimum

    The bottom of its range.

  • public float Maximum

    The top of its range.

  • public float Default

    Where it sits before anything sets it.

  • public float SeekSeconds

    How long it takes to cross its whole range. Zero arrives at once.

  • public AudioBusAutomation[] Automation

    What moving it does.

Used by (7)

  • AudioBusParameterAssetVixen.Audio
  • AudioEngineVixen.Audio
  • MixControlVixen.Audio
  • MixControlTestsVixen.Audio.Tests
  • MixerParameterTestsVixen.Audio.Tests
  • MixerParametersVixen.Audio
  • MusicPlayerTestsVixen.Audio.Tests