Berhenti bermain audiosource

Unity C#

public AudioSource bom;

public void StopPlaying(){
bom.Stop();
}
Mr Anis