SetSoundPitch function

void SetSoundPitch(
  1. SoundC sound,
  2. double pitch
)

Implementation

void SetSoundPitch(SoundC sound, double pitch) => _module.SetSoundPitch(sound, pitch);