C# Class PSound.PBGMPlayer, uProcessing

Show file Open project: nryota/uProcessing

Public Properties

Property Type Description
localVolume float

Public Methods

Method Description
PBGMPlayer ( ) : System
PBGMPlayer ( string bgmFileName ) : System
destory ( ) : void
hadFadeOut ( ) : bool
isPause ( ) : bool
isPlaying ( ) : bool
pauseBGM ( ) : void
playBGM ( ) : void
playBGM ( float fadeTime ) : void
setLoopBGM ( bool isLoop ) : void
stopBGM ( float fadeTime ) : void
update ( ) : void

Method Details

PBGMPlayer() public method

public PBGMPlayer ( ) : System
return System

PBGMPlayer() public method

public PBGMPlayer ( string bgmFileName ) : System
bgmFileName string
return System

destory() public method

public destory ( ) : void
return void

hadFadeOut() public method

public hadFadeOut ( ) : bool
return bool

isPause() public method

public isPause ( ) : bool
return bool

isPlaying() public method

public isPlaying ( ) : bool
return bool

pauseBGM() public method

public pauseBGM ( ) : void
return void

playBGM() public method

public playBGM ( ) : void
return void

playBGM() public method

public playBGM ( float fadeTime ) : void
fadeTime float
return void

setLoopBGM() public method

public setLoopBGM ( bool isLoop ) : void
isLoop bool
return void

stopBGM() public method

public stopBGM ( float fadeTime ) : void
fadeTime float
return void

update() public method

public update ( ) : void
return void

Property Details

localVolume public property

public float localVolume
return float