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 | |
SoundStyle (float volume, float pitchVariance, SoundType type=SoundType.Sound) | |
SoundStyle (SoundType type=SoundType.Sound) | |
float | GetRandomPitch () |
SoundEffect | GetRandomSound () |
Properties | |
float | Volume [get] |
float | PitchVariance [get] |
SoundType | Type [get] |
bool | IsTrackable [get] |
Static Private Member Functions | |
static | SoundStyle () |
Private Attributes | |
float | _volume |
float | _pitchVariance |
SoundType | _type |
Static Private Attributes | |
static UnifiedRandom | _random |
Definition at line 8 of file SoundStyle.cs.