Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CueAudioTrack (SoundBank bank, string cueName) | |
void | Stop (AudioStopOptions options) |
void | Play () |
void | SetVariable (string variableName, float value) |
void | Resume () |
void | Reuse () |
void | Pause () |
void | Dispose () |
void | Update () |
Properties | |
bool | IsPlaying [get] |
bool | IsStopped [get] |
bool | IsPaused [get] |
Private Attributes | |
Cue | _cue |
string | _cueName |
SoundBank | _soundBank |
Definition at line 6 of file CueAudioTrack.cs.