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.CustomSoundStyle Class Reference
+ Inheritance diagram for Terraria.Audio.CustomSoundStyle:

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
 

Detailed Description

Definition at line 8 of file CustomSoundStyle.cs.


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