C# Class UiInputBox, Unity3D.UiManager

Inheritance: UiDialog
显示文件 Open project: SaladLab/Unity3D.UiManager Class Usage Examples

Public Properties

Property Type Description
Buttons Button[]
MessageText Text
ValueInput InputField,

Public Methods

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

Private Methods

Method Description
OnButtonClick ( bool ok ) : void

Method Details

OnInputSubmit() public method

public OnInputSubmit ( ) : void
return void

Show() public static method

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
return UiDialogHandle,

Property Details

Buttons public_oe property

public Button[] Buttons
return Button[]

MessageText public_oe property

public Text MessageText
return Text

ValueInput public_oe property

public InputField, ValueInput
return InputField,