Class AudioEchoFilter
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[RequireComponent(typeof(AudioBehaviour))]
public sealed class AudioEchoFilter : Behaviour
Properties
decayRatio
Declaration
public float decayRatio { get; set; }
Property Value
Type | Description |
---|---|
Single |
delay
Declaration
public float delay { get; set; }
Property Value
Type | Description |
---|---|
Single |
dryMix
Declaration
public float dryMix { get; set; }
Property Value
Type | Description |
---|---|
Single |
wetMix
Declaration
public float wetMix { get; set; }
Property Value
Type | Description |
---|---|
Single |