Property | Type | Description | |
---|---|---|---|
ChatMessageSound | |||
PlayMusicInEditor | bool | ||
ServerMessageSound | AudioSource | ||
buttonPressSound | AudioSource | ||
songs | AudioClip[] | ||
soundEnabled | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDestroy ( ) : void | ||
OnLevelWasLoaded ( int levelIndex ) : void | ||
PlayButtonPress ( ) : void | ||
PlayChatMessageSound ( ) : void | ||
PlayServerMessageSound ( ) : void | ||
RestartAudio ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ReceiveMusicOptionChanged ( bool isEnabled ) : void | ||
ReceiveSoundEffectsOptionChanged ( bool isEnabled ) : void |
public OnLevelWasLoaded ( int levelIndex ) : void | ||
levelIndex | int | |
return | void |
public static PlayChatMessageSound ( ) : void | ||
return | void |
public static PlayServerMessageSound ( ) : void | ||
return | void |
public AudioSource,UnityEngine ChatMessageSound | ||
return |