C# Class PSound.PBGMPlayer.Pause, uProcessing

Inheritance: State
显示文件 Open project: nryota/uProcessing

Public Methods

Method Description
Pause ( PBGMPlayer bgmPlayer, State, preState ) : System
playBGM ( ) : void
stopBGM ( ) : void

Method Details

Pause() public method

public Pause ( PBGMPlayer bgmPlayer, State, preState ) : System
bgmPlayer PBGMPlayer
preState State,
return System

playBGM() public method

public playBGM ( ) : void
return void

stopBGM() public method

public stopBGM ( ) : void
return void