프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bodyText | string | ||
buttonClicked | ButtonClicked | ||
modal | bool | ||
noText | string | ||
result | bool | ||
scrollPosition | |||
summaryText | string | ||
yesText | string |
메소드 | 설명 | |
---|---|---|
CreateTextAreaDialog ( string title ) : |
Get the existing text area window or create a new one.
|
|
Initialize ( ) : void |
메소드 | 설명 | |
---|---|---|
OnGUI ( ) : void | ||
OnLostFocus ( ) : void |
public static CreateTextAreaDialog ( string title ) : |
||
title | string | Title to display on the window. |
리턴 |