C# Class Tachycardia.Sound.SoundDict

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Свойство Type Description
m_IsBulletTime bool

Méthodes publiques

Méthode Description
BGMVolumeDown ( ) : void
BGMVolumeUp ( ) : void
PauseBGM ( ) : void
Play ( string filename, Mogre pos ) : void
PlayBGM ( ) : void
SoundDict ( ) : System
StopBGM ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetSoundFormat ( int channels, int bits ) : ALFormat
Initialize ( ) : void
Insert ( string filename ) : bool
LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[]

Method Details

BGMVolumeDown() public méthode

public BGMVolumeDown ( ) : void
Résultat void

BGMVolumeUp() public méthode

public BGMVolumeUp ( ) : void
Résultat void

PauseBGM() public méthode

public PauseBGM ( ) : void
Résultat void

Play() public méthode

public Play ( string filename, Mogre pos ) : void
filename string
pos Mogre
Résultat void

PlayBGM() public méthode

public PlayBGM ( ) : void
Résultat void

SoundDict() public méthode

public SoundDict ( ) : System
Résultat System

StopBGM() public méthode

public StopBGM ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

m_IsBulletTime public_oe property

public bool m_IsBulletTime
Résultat bool