|
Battle Talent
V11
|
all bgmplayers will register into a stack, the bgmplayer on top of stack can reponse for the battle music when bgmplayer disabled, it'll leave the stack More...
Inherits MonoBehaviour.
Public Types | |
| enum class | BGMType { Normal , Elite , Boss , End } |
Static Public Member Functions | |
| static BgmPlayer | GetBgmPlayer () |
Public Attributes | |
| NetworkBGMPlayerState | state |
| AudioSource | bgm |
| string | fightLoopFinish |
| string[] | fightLoop |
| float | fadeout = -1 |
| BGMType | bgmType |
Static Public Attributes | |
| static List< BgmPlayer > | BgmStack = new List<BgmPlayer>() |
| static System.Action< BgmPlayer, bool > | BGMPlayEvent |
all bgmplayers will register into a stack, the bgmplayer on top of stack can reponse for the battle music when bgmplayer disabled, it'll leave the stack