Vixen
02b45cc4
csharp
public record class ReverbEffectAsset

A reverb, as a file declares it.

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

Fields and properties (6)

  • public float RoomSize

    How big the room is.

  • public float Damping

    How fast the high frequencies die away.

  • public float Wet

    How much of the reverberated signal to add.

  • public float Dry

    How much of the untouched signal to keep.

  • public float Width

    How wide the stereo image of the tail is.

  • 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_ReverbEffectAssetSerializerVixen.Audio
  • AudioMixerViewVixen.Editor.AssetEditors