C# Class Prism.API.Audio.AltSupportingBgm

Inheritance: IBgm
ファイルを表示 Open project: TerrariaPrismTeam/Prism

Public Methods

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

Method Details

AltSupportingBgm() public method

public AltSupportingBgm ( IBgm regular, IBgm alternate, SwitchMode switchMode ) : System
regular IBgm
alternate IBgm
switchMode SwitchMode
return System

Dispose() public method

public Dispose ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void