|
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
|
Inheritance diagram for Terraria.Audio.SoundStyle:
Collaboration diagram for Terraria.Audio.SoundStyle: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, set] |
| float | PitchVariance [get, set] |
| SoundType | Type [get, set] |
| 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 10 of file SoundStyle.cs.