UnityEditor.PaneDragTab.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( Rect screenPosition ) : void
screenPosition UnityEngine.Rect
return void
        private void SetWindowPos(Rect screenPosition)
        {
            this.m_Window.position = screenPosition;
        }