Vixen
02b45cc4
csharp
public record class AudioBusParameterAsset

An engine-wide parameter, as a file declares it.

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

Remarks

Lives on the mixer asset rather than on an event, because what it drives is the mix: a bus, a send, a knob on an insert. An event's parameters drive the sound and are declared there.

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 AudioBusAutomationAsset[] Automation

    What moving it does.

Methods (1)

Used by (6)

  • AudioEngineVixen.Audio
  • MixerAssetVixen.Audio
  • MixerParameterTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_AudioBusParameterAssetSerializerVixen.Audio
  • Vixen_Audio_Assets_MixerAssetSerializerVixen.Audio