C# 클래스 CEngineSharp_Client.Audio.SfxManager

파일 보기 프로젝트 열기: JohnLamontagne/CEngineSharp

공개 메소드들

메소드 설명
GetSound ( string soundName ) : Sound
LoadSounds ( string soundFilePath ) : void
PlaySound ( string soundName ) : void
PlaySound ( string soundName, double listenerX, double listenerY, double soundX, double soundY, int maxSoundDistance ) : void

메소드 상세

GetSound() 공개 메소드

public GetSound ( string soundName ) : Sound
soundName string
리턴 SFML.Audio.Sound

LoadSounds() 공개 메소드

public LoadSounds ( string soundFilePath ) : void
soundFilePath string
리턴 void

PlaySound() 공개 메소드

public PlaySound ( string soundName ) : void
soundName string
리턴 void

PlaySound() 공개 메소드

public PlaySound ( string soundName, double listenerX, double listenerY, double soundX, double soundY, int maxSoundDistance ) : void
soundName string
listenerX double
listenerY double
soundX double
soundY double
maxSoundDistance int
리턴 void