terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
CustomSoundStyle (SoundEffect soundEffect, SoundType type=SoundType.Sound, float volume=1f, float pitchVariance=0f) | |
CustomSoundStyle (SoundEffect[] soundEffects, SoundType type=SoundType.Sound, float volume=1f, float pitchVariance=0f) | |
override SoundEffect | GetRandomSound () |
float | GetRandomPitch () |
Properties | |
override bool | IsTrackable [get] |
float | Volume [get] |
float | PitchVariance [get] |
SoundType | Type [get] |
Static Private Member Functions | |
static | CustomSoundStyle () |
Private Attributes | |
readonly SoundEffect[] | _soundEffects |
float | _volume |
float | _pitchVariance |
SoundType | _type |
Static Private Attributes | |
static readonly UnifiedRandom | Random |
static UnifiedRandom | _random |
Definition at line 8 of file CustomSoundStyle.cs.