|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| MusicCueHolder (SoundBank soundBank, string cueName) | |
| void | Pause () |
| void | Resume () |
| void | Stop () |
| void | RestartAndTryPlaying (float volume) |
| void | Play (float volume) |
| void | TryPlaying (float volume) |
| void | SetVolume (float volume) |
Properties | |
| bool | IsPlaying [get] |
| bool | IsOngoing [get] |
Private Member Functions | |
| void | PurgeCue () |
| void | LoadTrack (bool forceReload) |
Private Attributes | |
| SoundBank | _soundBank |
| string | _cueName |
| Cue | _loadedCue |
| float | _lastSetVolume |
Definition at line 6 of file MusicCueHolder.cs.