SetSoundVolume function

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

Implementation

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