C# Class FairyGUI.GTextInput

Inheritance: GTextField
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
GTextInput ( ) : System.Collections.Generic
ReplaceSelection ( string value ) : void

Setup_BeforeAdd ( Utils xml ) : void

Protected Methods

Method Description
CreateDisplayObject ( ) : void
UpdateTextFieldText ( ) : void

Method Details

CreateDisplayObject() protected method

protected CreateDisplayObject ( ) : void
return void

GTextInput() public method

public GTextInput ( ) : System.Collections.Generic
return System.Collections.Generic

ReplaceSelection() public method

public ReplaceSelection ( string value ) : void
value string
return void

Setup_BeforeAdd() public method

public Setup_BeforeAdd ( Utils xml ) : void
xml Utils
return void

UpdateTextFieldText() protected method

protected UpdateTextFieldText ( ) : void
return void