SetSoundVolume method

void SetSoundVolume(
  1. SoundC sound,
  2. double volume
)

Set volume for a sound (1.0 is max level)

Implementation

void SetSoundVolume(SoundC sound, double volume)
  => _SetSoundVolume(sound, volume);