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
Loading...
Searching...
No Matches
Terraria.Audio.SoundStyle Class Referenceabstract
+ 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
 

Detailed Description

Definition at line 10 of file SoundStyle.cs.


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