Property | Type | Description | |
---|---|---|---|
audioBgm | |||
audioSe | UnityEngine.AudioSource[] | ||
clipBgm | UnityEngine.AudioClip[] | ||
clipSe | UnityEngine.AudioClip[] |
Method | Description | |
---|---|---|
PlayBgm ( int index, bool loop ) : void | ||
PlaySe ( int index ) : void | ||
PlaySe ( int index, int source ) : void | ||
SetBgmVolume ( float value ) : void | ||
SetSeVolume ( float value ) : void | ||
StopBgm ( ) : void | ||
StopSe ( ) : void |
public PlayBgm ( int index, bool loop ) : void | ||
index | int | |
loop | bool | |
return | void |
public PlaySe ( int index, int source ) : void | ||
index | int | |
source | int | |
return | void |
public AudioSource[],UnityEngine audioSe | ||
return | UnityEngine.AudioSource[] |