void DraggingMgr.IDragable.OnRotate()
    {
        if (null == dragBase)
        {
            return;
        }

        dragBase.OnRotate();
    }