Method |
Description |
|
PSoundPlayer ( ) : System |
|
|
clear ( ) : void |
|
|
clearBGM ( ) : void |
|
|
clearSE ( ) : void |
|
|
isPauseBGM ( ) : bool |
|
|
isPlayingBGM ( ) : bool |
|
|
pauseBGM ( ) : void |
|
|
playBGM ( ) : void |
|
|
playBGM ( string bgmName, float volume = 1.0f, float fadeTime = 0.0f ) : void |
|
|
playSE ( string seName, float volume = 1.0f ) : bool |
|
|
reserveBGM ( string resourceName, string name = null ) : void |
|
|
reserveSE ( string resourceName, string name = null ) : void |
|
|
resumeBGM ( ) : void |
|
|
setBGMVolume ( float scale ) : void |
|
|
setLoopBGM ( bool isLoop ) : void |
|
|
setSEVolume ( float scale ) : void |
|
|
stopBGM ( float fadeTime ) : void |
|
|
update ( ) : void |
|
|