C# Class ManicDigger.AudioDummy

Inheritance: IAudio
ファイルを表示 Open project: henon/manic_digger

Public Methods

Method Description
Play ( string filename ) : void
PlayAudioLoop ( string filename, bool play ) : void
PlayAudioLoop ( string filename, bool play, bool restart ) : void

Method Details

Play() public method

public Play ( string filename ) : void
filename string
return void

PlayAudioLoop() public method

public PlayAudioLoop ( string filename, bool play ) : void
filename string
play bool
return void

PlayAudioLoop() public method

public PlayAudioLoop ( string filename, bool play, bool restart ) : void
filename string
play bool
restart bool
return void