Vixen
02b45cc4
csharp
public record class EqualizerEffectAsset

An equaliser, as a file declares it.

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

Fields and properties (2)

  • public EqualizerBandAsset[] Bands

    The bands, in the order they run — which is the order they are written.

  • public bool Enabled

    Whether the effect starts switched on.

Methods (1)

  • public IAudioEffect Create()

    Builds the effect this describes.

Used by (4)

  • MixerAssetTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_EqualizerEffectAssetSerializerVixen.Audio
  • AudioMixerViewVixen.Editor.AssetEditors