コード例 #1
0
 public void OnMouseDownImageButtonRecords()
 {
     if (_isActive)
     {
         _audioSources[3].time = 0.0f;
         _audioSources[3].Play();
         _mainSceneManager.ShowRecords();
     }
 }