C# Класс Nez.SoundEffectInstanceExt

Показать файл Открыть проект

Открытые методы

Метод Описание
applyBandPassFilter ( this self, float hfGain, float lfGain ) : void

applies a bandpass filter to the SoundEffectInstance

applyHighPassFilter ( this self, float lfGain ) : void

applies a high pass filter to the SoundEffectInstance

applyLowPassFilter ( this self, float hfGain ) : void

applies a low pass filter to the SoundEffectInstance

Описание методов

applyBandPassFilter() публичный статический Метод

applies a bandpass filter to the SoundEffectInstance
public static applyBandPassFilter ( this self, float hfGain, float lfGain ) : void
self this Self.
hfGain float Hf gain.
lfGain float Lf gain.
Результат void

applyHighPassFilter() публичный статический Метод

applies a high pass filter to the SoundEffectInstance
public static applyHighPassFilter ( this self, float lfGain ) : void
self this Self.
lfGain float Lf gain.
Результат void

applyLowPassFilter() публичный статический Метод

applies a low pass filter to the SoundEffectInstance
public static applyLowPassFilter ( this self, float hfGain ) : void
self this Self.
hfGain float Hf gain.
Результат void