Class AudioChorusFilter
Inheritance
AudioChorusFilter
Assembly: UnityEngine.dll
Syntax
[RequireComponent(typeof(AudioBehaviour))]
public sealed class AudioChorusFilter : Behaviour
Properties
delay
Declaration
public float delay { get; set; }
Property Value
depth
Declaration
public float depth { get; set; }
Property Value
dryMix
Declaration
public float dryMix { get; set; }
Property Value
feedback
Declaration
[Obsolete("feedback is deprecated, this property does nothing.")]
public float feedback { get; set; }
Property Value
rate
Declaration
public float rate { get; set; }
Property Value
wetMix1
Declaration
public float wetMix1 { get; set; }
Property Value
wetMix2
Declaration
public float wetMix2 { get; set; }
Property Value
wetMix3
Declaration
public float wetMix3 { get; set; }
Property Value
Extension Methods