Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
delegate bool | LoopedPlayCondition () |
ActiveSound (SoundStyle style, Vector2 position) | |
ActiveSound (SoundStyle style) | |
ActiveSound (SoundStyle style, Vector2 position, LoopedPlayCondition condition) | |
void | Stop () |
void | Pause () |
void | Resume () |
void | Update () |
Public Attributes | |
readonly bool | IsGlobal |
Vector2 | Position |
float | Volume |
float | Pitch |
LoopedPlayCondition | Condition |
Properties | |
SoundEffectInstance | Sound [get, private set] |
SoundStyle | Style [get, private set] |
bool | IsPlaying [get] |
Private Member Functions | |
void | Play () |
void | PlayLooped (LoopedPlayCondition condition) |
Definition at line 6 of file ActiveSound.cs.