UnityEditor.PopupWindowContentForNewLibrary.GetWindowSize C# (CSharp) Method

GetWindowSize() public method

public GetWindowSize ( ) : Vector2
return Vector2
        public override Vector2 GetWindowSize()
        {
            return new Vector2(350f, (this.m_WantedSize.height <= 0f) ? 90f : this.m_WantedSize.height);
        }