C# Class EmptyKeys.UserInterface.Media.MonoGameSound

Implements MonoGame specific sound
Inheritance: SoundBase
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
MonoGameSound ( object nativeSound ) : System

Initializes a new instance of the SunBurnSound class.

Pause ( ) : void

Pauses this instance.

Play ( ) : void

Plays this instance.

Stop ( ) : void

Stops this instance.

Method Details

MonoGameSound() public méthode

Initializes a new instance of the SunBurnSound class.
public MonoGameSound ( object nativeSound ) : System
nativeSound object The native sound.
Résultat System

Pause() public méthode

Pauses this instance.
public Pause ( ) : void
Résultat void

Play() public méthode

Plays this instance.
public Play ( ) : void
Résultat void

Stop() public méthode

Stops this instance.
public Stop ( ) : void
Résultat void