terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Audio.Cue Class Reference

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]
 
bool IsPlaying [get]
 
bool IsStopped [get]
 

Private Attributes

bool _paused
 
float _pausedTime
 
SoundEffectInstance _audioInstance
 
SoundEffect _effect
 

Detailed Description

Definition at line 6 of file Cue.cs.


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