예제 #1
0
        public void OnQuarterBeat()
        {
            ResetInterpolation();

            if (IsStarted && !IsPaused)
            {
                Time = Time.AddQuarterBeats(1);
            }
        }