Class AudioReverbFilter
Inheritance
AudioReverbFilter
Assembly: UnityEngine.dll
Syntax
[RequireComponent(typeof(AudioBehaviour))]
public sealed class AudioReverbFilter : Behaviour
Properties
decayHFRatio
Declaration
public float decayHFRatio { get; set; }
Property Value
decayTime
Declaration
public float decayTime { get; set; }
Property Value
density
Declaration
public float density { get; set; }
Property Value
diffusion
Declaration
public float diffusion { get; set; }
Property Value
dryLevel
Declaration
public float dryLevel { get; set; }
Property Value
hfReference
Declaration
public float hfReference { get; set; }
Property Value
lfReference
Declaration
public float lfReference { get; set; }
Property Value
reflectionsDelay
Declaration
public float reflectionsDelay { get; set; }
Property Value
reflectionsLevel
Declaration
public float reflectionsLevel { get; set; }
Property Value
reverbDelay
Declaration
public float reverbDelay { get; set; }
Property Value
reverbLevel
Declaration
public float reverbLevel { get; set; }
Property Value
reverbPreset
Declaration
public AudioReverbPreset reverbPreset { get; set; }
Property Value
room
Declaration
public float room { get; set; }
Property Value
roomHF
Declaration
public float roomHF { get; set; }
Property Value
roomLF
Declaration
public float roomLF { get; set; }
Property Value
|
Improve this Doc
View Source
roomRolloffFactor
Declaration
[Obsolete("roomRolloffFactor is no longer supported.")]
public float roomRolloffFactor { get; set; }
Property Value
Extension Methods