C# Class FairyGUI.GTextInput

Inheritance: GTextField
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Méthode Description
GTextInput ( ) : System.Collections.Generic
ReplaceSelection ( string value ) : void

Setup_BeforeAdd ( Utils xml ) : void

Méthodes protégées

Méthode Description
CreateDisplayObject ( ) : void
UpdateTextFieldText ( ) : void

Method Details

CreateDisplayObject() protected méthode

protected CreateDisplayObject ( ) : void
Résultat void

GTextInput() public méthode

public GTextInput ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ReplaceSelection() public méthode

public ReplaceSelection ( string value ) : void
value string
Résultat void

Setup_BeforeAdd() public méthode

public Setup_BeforeAdd ( Utils xml ) : void
xml Utils
Résultat void

UpdateTextFieldText() protected méthode

protected UpdateTextFieldText ( ) : void
Résultat void