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
Terraria.Audio.SoundStyle Class Referenceabstract
+ Inheritance 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]
 
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
 

Detailed Description

Definition at line 8 of file SoundStyle.cs.


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