AudioOccluder.CutoffFrequency Property

Definition

Frequency above which sound will not be heard after applying occlusion. Setting this value to 22000.0 effectively disables the effect.

public:
 property float CutoffFrequency { float get(); void set(float value); };
public float CutoffFrequency { get; set; }
member this.CutoffFrequency : single with get, set
Public Property CutoffFrequency As Single

Property Value

Single

Remarks

Chaining occluders will result in the lowest of the cutoff frequencies being applied to the sound.

The CutoffFrequency range is 0.0 - 22000.0 (0 - 22kHz), inclusive. The default value is 5000.0 (5kHz).

Applies to