UnityEditor.ContainerWindow.GetDropDownRect C# (CSharp) Method

GetDropDownRect() private method

private GetDropDownRect ( Rect buttonRect, Vector2 minSize, Vector2 maxSize ) : Rect
buttonRect UnityEngine.Rect
minSize Vector2
maxSize Vector2
return UnityEngine.Rect
        internal Rect GetDropDownRect(Rect buttonRect, Vector2 minSize, Vector2 maxSize)
        {
            return PopupLocationHelper.GetDropDownRect(buttonRect, minSize, maxSize, this);
        }

Same methods

ContainerWindow::GetDropDownRect ( Rect buttonRect, Vector2 minSize, Vector2 maxSize, PopupLocationHelper locationPriorityOrder ) : Rect