PlayHitSound() 공개 메소드

public PlayHitSound ( float sequenceProgress ) : void
sequenceProgress float
리턴 void
 private void ProcessHitZoneClicked(ComboHitZoneController hitZoneController)
 {
     ShowHitFeedbackText();
     hitZoneController.PlayHitSound((float)hitSequence.NextHitZoneIndex / hitSequence.HitZones.Count);
     hitSequence.MoveNext();
 }