TimeWarpMod.TimeSlider.timeSlider_eventDragEnd C# (CSharp) Method

timeSlider_eventDragEnd() public method

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