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
|
This is the complete list of members for SoundInstance, including all inherited members.
_channel | SoundInstance | private |
_fadeEnd | SoundInstance | private |
_fadeEndVol | SoundInstance | private |
_fadeStart | SoundInstance | private |
_fadeStartVol | SoundInstance | private |
_fading | SoundInstance | private |
Channel | SoundInstance | |
Clip | SoundInstance | |
CurrentPosition | SoundInstance | |
Definition | SoundInstance | |
FinishTime | SoundInstance | |
Restart() | SoundInstance | inline |
SetPan(float pan) | SoundInstance | inline |
SetPitch(float pitch) | SoundInstance | inline |
SetVolume(float volume) | SoundInstance | inline |
SoundInstance(SoundChannel channel, SoundDefinition definition, float volume=1f, float pan=0f, float pitch=1f, bool loop=false) | SoundInstance | inline |
StartFade(float fadeTarget, DateTime fadeStart, DateTime targetTime) | SoundInstance | inline |
Stop() | SoundInstance | inline |
UpdateFade() | SoundInstance | inline |