C# Class Prism.API.Audio.AltSupportingBgm

Inheritance: IBgm
Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

Méthode Description
AltSupportingBgm ( IBgm regular, IBgm alternate, SwitchMode switchMode ) : System
Dispose ( ) : void
Pause ( ) : void
Play ( ) : void
Stop ( ) : void

Method Details

AltSupportingBgm() public méthode

public AltSupportingBgm ( IBgm regular, IBgm alternate, SwitchMode switchMode ) : System
regular IBgm
alternate IBgm
switchMode SwitchMode
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void