SetSoundPitch method

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

Set pitch for a sound (1.0 is base level)

Implementation

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