C# 클래스 UiMessageBox, Unity3D.UiManager

상속: UiDialog
파일 보기 프로젝트 열기: SaladLab/Unity3D.UiManager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buttons Button[]
MessageText Text

공개 메소드들

메소드 설명
Show ( string msg, QuestionResultDelegate callback = null ) : UiDialogHandle,
Show ( string msg, QuestionType questionType, QuestionResultDelegate callback = null, string customOkName = null ) : UiDialogHandle,

비공개 메소드들

메소드 설명
OnMessageBoxOkButtonClick ( ) : void
OnQuestionBoxButtonClick ( QuestionResult, result ) : void

메소드 상세

Show() 공개 정적인 메소드

public static Show ( string msg, QuestionResultDelegate callback = null ) : UiDialogHandle,
msg string
callback QuestionResultDelegate
리턴 UiDialogHandle,

Show() 공개 정적인 메소드

public static Show ( string msg, QuestionType questionType, QuestionResultDelegate callback = null, string customOkName = null ) : UiDialogHandle,
msg string
questionType QuestionType
callback QuestionResultDelegate
customOkName string
리턴 UiDialogHandle,

프로퍼티 상세

Buttons 공개적으로 프로퍼티

public Button[] Buttons
리턴 Button[]

MessageText 공개적으로 프로퍼티

public Text MessageText
리턴 Text