Method | Description | |
---|---|---|
ShowDialogBox ( string title, string text ) : void | ||
ShowDialogBox ( string caption, string message, string leftbuttonContent, string rightButtonContent, System.Action leftButtonAction, System.Action rightButtonAction ) : void |
public ShowDialogBox ( string title, string text ) : void | ||
title | string | |
text | string | |
return | void |
public ShowDialogBox ( string caption, string message, string leftbuttonContent, string rightButtonContent, System.Action leftButtonAction, System.Action rightButtonAction ) : void | ||
caption | string | |
message | string | |
leftbuttonContent | string | |
rightButtonContent | string | |
leftButtonAction | System.Action | |
rightButtonAction | System.Action | |
return | void |