예제 #1
0
        public Guid AddTrigger(string name, float progress, int triggerDistance)
        {
            Guid id = _Spline.AddTrigger(name, progress, triggerDistance);

            if (_CurrentTriggerIndex != 0)
            {
                _CurrentTriggerIndex++;
            }
            return(id);
        }