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);
        }