tModLoader v2024.10
A mod to make and play Terraria mods
|
Public Member Functions | |
ActiveSound (SoundStyle style, Vector2? position=null, SoundUpdateCallback? updateCallback=null) | |
void | Pause () |
void | Resume () |
void | Stop () |
void | Update () |
Public Attributes | |
SoundUpdateCallback? | Callback |
float | Pitch |
Vector2? | Position |
float | Volume |
Properties | |
bool | IsPlaying [get] |
SoundEffectInstance? | Sound [get] |
SoundStyle | Style [get] |