C# 클래스 Nez.SoundEffectInstanceExt

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
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