示例#1
0
 public void AddNoteToSong(AudioClip clip, float pitch, float time)
 {
     song.AddNoteToSong(clip, pitch, time);
 }