예제 #1
0
 public void OnPlay()
 {
     sequnncerBase.Play();
     playingText.text = "Playing: " + sequnncerBase.IsPlaying;
 }
예제 #2
0
 public void OnPlay()
 {
     seek.interactable = false;
     sequencerBase.Play(seek.value);
     playingText.text = "Playing: " + sequencerBase.IsPlaying;
 }