C# Class HoldItCore.Sounds.SoundManager

Afficher le fichier Open project: ibdknox/swred

Méthodes publiques

Méthode Description
InitSoundSource ( ISoundPlayer player ) : void
Play ( string curSound, int volume, bool loop ) : int
Stop ( int index ) : void
StopAll ( ) : void

Method Details

InitSoundSource() public static méthode

public static InitSoundSource ( ISoundPlayer player ) : void
player ISoundPlayer
Résultat void

Play() public static méthode

public static Play ( string curSound, int volume, bool loop ) : int
curSound string
volume int
loop bool
Résultat int

Stop() public static méthode

public static Stop ( int index ) : void
index int
Résultat void

StopAll() public static méthode

public static StopAll ( ) : void
Résultat void