UnityEditor.CurveEditorRectangleTool.HandleEvents C# (CSharp) Method

HandleEvents() public method

public HandleEvents ( ) : void
return void
        public void HandleEvents()
        {
            this.m_SelectionScaleTop.HandleEvents();
            this.m_SelectionScaleBottom.HandleEvents();
            this.m_SelectionScaleLeft.HandleEvents();
            this.m_SelectionScaleRight.HandleEvents();
            this.m_SelectionBox.HandleEvents();
        }