SetSoundVolume method

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

Implementation

void SetSoundVolume(SoundC sound, double volume) {
  return _SetSoundVolume(sound, volume);
}