Свойство | Type | Description | |
---|---|---|---|
Buttons | Button[] | ||
MessageText | Text | ||
ValueInput | InputField, |
Méthode | Description | |
---|---|---|
OnInputSubmit ( ) : void | ||
Show ( string msg, string value = null, ButtonType, buttonType = ButtonType.Ok, InputResultDelegate callback = null, string customOkName = null ) : UiDialogHandle, |
Méthode | Description | |
---|---|---|
OnButtonClick ( bool ok ) : void |
public static Show ( string msg, string value = null, ButtonType, buttonType = ButtonType.Ok, InputResultDelegate callback = null, string customOkName = null ) : UiDialogHandle, | ||
msg | string | |
value | string | |
buttonType | ButtonType, | |
callback | InputResultDelegate | |
customOkName | string | |
Résultat | UiDialogHandle, |