C# Class FairyGUI.TouchScreenKeyboard

Inheritance: IKeyboard
Afficher le fichier Open project: fairygui/FairyGUI-unity

Méthodes publiques

Méthode Description
Close ( ) : void
GetInput ( ) : string
Open ( string text, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int keyboardType ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetInput() public méthode

public GetInput ( ) : string
Résultat string

Open() public méthode

public Open ( string text, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int keyboardType ) : void
text string
autocorrection bool
multiline bool
secure bool
alert bool
textPlaceholder string
keyboardType int
Résultat void