StopSound function

void StopSound(
  1. SoundD sound
)

See RaylibAudioFlatModule.StopSound.

Implementation

void StopSound(
  SoundD sound,
) => _module.StopSound(sound);