|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Microsoft.Xna.Framework.Audio.Cue:Public Member Functions | |
| Cue (SoundEffect musicSource) | |
| void | Play () |
| void | Pause () |
| void | Resume () |
| void | Stop (AudioStopOptions option) |
| void | SetVariable (string id, float value) |
Properties | |
| bool | IsPaused [get, set] |
| bool | IsPlaying [get, set] |
| bool | IsStopped [get, set] |
Private Attributes | |
| bool | _paused |
| float | _pausedTime |
| SoundEffectInstance | _audioInstance |
| SoundEffect | _effect |