C# 클래스 UnityEditor.GameViewSizesMenuModifyItemUI

상속: FlexibleMenuModifyItemUI
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
GetWindowSize ( ) : Vector2
OnClose ( ) : void
OnGUI ( Rect rect ) : void

비공개 메소드들

메소드 설명
GetCroppedText ( string fullText, float cropWidth, GUIStyle style ) : string

메소드 상세

GetWindowSize() 공개 메소드

public GetWindowSize ( ) : Vector2
리턴 Vector2

OnClose() 공개 메소드

public OnClose ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
리턴 void