NoticeTipAudio enumeration
Audio event to play when the noticetip appears.
public enum NoticeTipAudioValues
Section titled “Values”| name | value | description |
|---|---|---|
| Default | 0 |
Play whatever audio the tip type plays by default. |
| Silent | 1 |
Suppress all audio for this tip. |
| MagicA | 2 |
UI_Event_Magic_A (default green bar sound). |
| ErrorTip | 3 |
UI_Event_Error_Tip (default red bar sound). |
| NoticeTip | 4 |
UI_Event_Notice_Tip (default special/bottom sound). |
| DungeonVictory | 5 |
UI_Event_Dungeon_Victory (default win banner sound). |
| DungeonFail | 6 |
UI_Event_Dungeon_Fail (default fail banner sound). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services