Beispiel #1
0
    public void Rotate()
    {
        if (null == mDragable)
        {
            return;
        }

        mDragable.OnRotate();
    }