C# Class PSound.PBGMPlayer.Playing, uProcessing

Inheritance: State
Mostrar archivo Open project: nryota/uProcessing

Public Methods

Method Description
Playing ( PBGMPlayer bgmPlayer ) : System
pauseBGM ( ) : void
stopBGM ( ) : void

Method Details

Playing() public method

public Playing ( PBGMPlayer bgmPlayer ) : System
bgmPlayer PBGMPlayer
return System

pauseBGM() public method

public pauseBGM ( ) : void
return void

stopBGM() public method

public stopBGM ( ) : void
return void