StopSound method

void StopSound(
  1. SoundC sound
)

Stop playing a sound

Implementation

void StopSound(SoundC sound)
  => _StopSound(sound);