Property | Type | Description | |
---|---|---|---|
localVolume | float |
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 |
public PBGMPlayer ( string bgmFileName ) : System | ||
bgmFileName | string | |
return | System |