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

        dragBase.OnDragOut();
    }