C# Class UiMessageBox, Unity3D.UiManager

Inheritance: UiDialog
Mostra file Open project: SaladLab/Unity3D.UiManager Class Usage Examples

Public Properties

Property Type Description
Buttons Button[]
MessageText Text

Public Methods

Method Description
Show ( string msg, QuestionResultDelegate callback = null ) : UiDialogHandle,
Show ( string msg, QuestionType questionType, QuestionResultDelegate callback = null, string customOkName = null ) : UiDialogHandle,

Private Methods

Method Description
OnMessageBoxOkButtonClick ( ) : void
OnQuestionBoxButtonClick ( QuestionResult, result ) : void

Method Details

Show() public static method

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

Show() public static method

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

Property Details

Buttons public_oe property

public Button[] Buttons
return Button[]

MessageText public_oe property

public Text MessageText
return Text