UnityEditor.ObjectPreviewPopup.GetWindowSize C# (CSharp) 메소드

GetWindowSize() 공개 메소드

public GetWindowSize ( ) : Vector2
리턴 Vector2
        public override Vector2 GetWindowSize()
        {
            return new Vector2(300f, 317f);
        }