Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Audio.MusicCueHolder Class Reference

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
 

Detailed Description

Definition at line 6 of file MusicCueHolder.cs.


The documentation for this class was generated from the following file: