C# 클래스 Prism.API.Audio.AltSupportingBgm

상속: IBgm
파일 보기 프로젝트 열기: TerrariaPrismTeam/Prism

공개 메소드들

메소드 설명
AltSupportingBgm ( IBgm regular, IBgm alternate, SwitchMode switchMode ) : System
Dispose ( ) : void
Pause ( ) : void
Play ( ) : void
Stop ( ) : void

메소드 상세

AltSupportingBgm() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void