C# Class Prism.API.Audio.XactBgm

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

Public Methods

Method Description
Dispose ( ) : void
Pause ( ) : void
Play ( ) : void
Stop ( ) : void
XactBgm ( SoundBank soundBank, WaveBank waveBank, string cueName ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
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

XactBgm() public method

public XactBgm ( SoundBank soundBank, WaveBank waveBank, string cueName ) : System
soundBank SoundBank
waveBank WaveBank
cueName string
return System