Метод | Описание | |
---|---|---|
ButtonPrompt ( string title, string text, System.Action onConfirm = null, System.Action onCancel = null, System.Action onOther = null, string confirmText = null, string cancelText = null, string otherText = null ) : void | ||
TextInputPrompt ( string title, string prompt, string initialText, Action |
public static ButtonPrompt ( string title, string text, System.Action onConfirm = null, System.Action onCancel = null, System.Action onOther = null, string confirmText = null, string cancelText = null, string otherText = null ) : void | ||
title | string | |
text | string | |
onConfirm | System.Action | |
onCancel | System.Action | |
onOther | System.Action | |
confirmText | string | |
cancelText | string | |
otherText | string | |
Результат | void |
public static TextInputPrompt ( string title, string prompt, string initialText, Action |
||
title | string | |
prompt | string | |
initialText | string | |
onAccept | Action |
|
onCancel | System.Action | |
acceptText | string | |
cancelText | string | |
inputValidator | bool>.Func | |
Результат | void |