SetSoundPitch method

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

Implementation

void SetSoundPitch(SoundC sound, double pitch) {
  return _SetSoundPitch(sound, pitch);
}