Class for audio random manipulations.
More...
|
static float | RandomizePitch (this AudioSource source) |
| Sets and returns random pitch for the audio source.
|
|
static float | RandomizeVolume (this AudioSource source) |
| Sets and returns random volume for the audio source.
|
|
Class for audio random manipulations.
◆ RandomizePitch()
static float HexAudioRandom.RandomizePitch |
( |
this AudioSource | source | ) |
|
|
inlinestatic |
Sets and returns random pitch for the audio source.
◆ RandomizeVolume()
static float HexAudioRandom.RandomizeVolume |
( |
this AudioSource | source | ) |
|
|
inlinestatic |
Sets and returns random volume for the audio source.
◆ pitch_max
float HexAudioRandom.pitch_max = 1.04f |
|
static |
◆ pitch_min
float HexAudioRandom.pitch_min = 0.94f |
|
static |
◆ volume_max
float HexAudioRandom.volume_max = 1.03f |
|
static |
◆ volume_min
float HexAudioRandom.volume_min = 0.97f |
|
static |
The documentation for this class was generated from the following file: