C# 클래스 Ballz.Sound.SoundControl

파일 보기 프로젝트 열기: SpagAachen/Ballz

공개 프로퍼티들

프로퍼티 타입 설명
AcceptSound string
BazookaSound string
DeclineSound string
DrownSound string
MenuMusic string
PistolSound string
SelectSound string
ShotSound string
WinnerSounds string>.Dictionary

공개 메소드들

메소드 설명
GetSound ( string name ) : SoundEffect
PlaySound ( string name ) : void
SoundControl ( Ballz game ) : System
StartMusic ( string name ) : void
StopMusic ( string name ) : void

비공개 메소드들

메소드 설명
InitMusic ( SoundEffect sndEffect ) : void
LoadSound ( string name ) : SoundEffect
UpdateMusicVolume ( ) : void

메소드 상세

GetSound() 공개 메소드

public GetSound ( string name ) : SoundEffect
name string
리턴 Microsoft.Xna.Framework.Audio.SoundEffect

PlaySound() 공개 메소드

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

SoundControl() 공개 메소드

public SoundControl ( Ballz game ) : System
game Ballz
리턴 System

StartMusic() 공개 메소드

public StartMusic ( string name ) : void
name string
리턴 void

StopMusic() 공개 메소드

public StopMusic ( string name ) : void
name string
리턴 void

프로퍼티 상세

AcceptSound 공개적으로 정적으로 프로퍼티

public static string AcceptSound
리턴 string

BazookaSound 공개적으로 정적으로 프로퍼티

public static string BazookaSound
리턴 string

DeclineSound 공개적으로 정적으로 프로퍼티

public static string DeclineSound
리턴 string

DrownSound 공개적으로 정적으로 프로퍼티

public static string DrownSound
리턴 string

MenuMusic 공개적으로 정적으로 프로퍼티

public static string MenuMusic
리턴 string

PistolSound 공개적으로 정적으로 프로퍼티

public static string PistolSound
리턴 string

SelectSound 공개적으로 정적으로 프로퍼티

public static string SelectSound
리턴 string

ShotSound 공개적으로 정적으로 프로퍼티

public static string ShotSound
리턴 string

WinnerSounds 공개적으로 정적으로 프로퍼티

public static Dictionary WinnerSounds
리턴 string>.Dictionary