UnityEditor.PopupWindowContentForNewLibrary.GetWindowSize C# (CSharp) Метод

GetWindowSize() публичный Метод

public GetWindowSize ( ) : Vector2
Результат Vector2
        public override Vector2 GetWindowSize()
        {
            return new Vector2(350f, (this.m_WantedSize.height <= 0f) ? 90f : this.m_WantedSize.height);
        }