TimeWarpMod.TimeSlider.timeSlider_eventDragEnd C# (CSharp) 메소드

timeSlider_eventDragEnd() 공개 메소드

public timeSlider_eventDragEnd ( UIComponent component, UIMouseEventParameter eventParam ) : void
component UIComponent
eventParam UIMouseEventParameter
리턴 void
        void timeSlider_eventDragEnd(UIComponent component, UIMouseEventParameter eventParam)
        {
            Debug.Log("drag end");
            pauseUpdates = false;
        }