C# 클래스 EnterNamePopup, UnityDecompiled

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

공개 메소드들

메소드 설명
EnterNamePopup ( SerializedProperty tags, EnterDelegate cb )
GetWindowSize ( ) : Vector2,
OnGUI ( Rect, windowRect ) : void

메소드 상세

EnterNamePopup() 공개 메소드

public EnterNamePopup ( SerializedProperty tags, EnterDelegate cb )
tags SerializedProperty
cb EnterDelegate

GetWindowSize() 공개 메소드

public GetWindowSize ( ) : Vector2,
리턴 Vector2,

OnGUI() 공개 메소드

public OnGUI ( Rect, windowRect ) : void
windowRect Rect,
리턴 void