C# Class UiInputBox, Unity3D.UiManager

Inheritance: UiDialog
Afficher le fichier Open project: SaladLab/Unity3D.UiManager Class Usage Examples

Méthodes publiques

Свойство Type Description
Buttons Button[]
MessageText Text
ValueInput InputField,

Méthodes publiques

Méthode Description
OnInputSubmit ( ) : void
Show ( string msg, string value = null, ButtonType, buttonType = ButtonType.Ok, InputResultDelegate callback = null, string customOkName = null ) : UiDialogHandle,

Private Methods

Méthode Description
OnButtonClick ( bool ok ) : void

Method Details

OnInputSubmit() public méthode

public OnInputSubmit ( ) : void
Résultat void

Show() public static méthode

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,

Property Details

Buttons public_oe property

public Button[] Buttons
Résultat Button[]

MessageText public_oe property

public Text MessageText
Résultat Text

ValueInput public_oe property

public InputField, ValueInput
Résultat InputField,