C# Class FairyGUI.GTextField

Inheritance: GObject, IColorGear
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Protected Properties

Property Type Description
_text string
_textField TextField
_textFormat TextFormat
_ubbEnabled bool
_updatingSize bool

Public Methods

Method Description
GTextField ( ) : System.Collections.Generic
Setup_AfterAdd ( XML xml ) : void
Setup_BeforeAdd ( XML xml ) : void

Protected Methods

Method Description
CreateDisplayObject ( ) : void
HandleSizeChanged ( ) : void
UpdateSize ( ) : void
UpdateTextFieldText ( ) : void
UpdateTextFormat ( ) : void

Method Details

CreateDisplayObject() protected method

protected CreateDisplayObject ( ) : void
return void

GTextField() public method

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

HandleSizeChanged() protected method

protected HandleSizeChanged ( ) : void
return void

Setup_AfterAdd() public method

public Setup_AfterAdd ( XML xml ) : void
xml FairyGUI.Utils.XML
return void

Setup_BeforeAdd() public method

public Setup_BeforeAdd ( XML xml ) : void
xml FairyGUI.Utils.XML
return void

UpdateSize() protected method

protected UpdateSize ( ) : void
return void

UpdateTextFieldText() protected method

protected UpdateTextFieldText ( ) : void
return void

UpdateTextFormat() protected method

protected UpdateTextFormat ( ) : void
return void

Property Details

_text protected property

protected string _text
return string

_textField protected property

protected TextField,FairyGUI _textField
return TextField

_textFormat protected property

protected TextFormat,FairyGUI _textFormat
return TextFormat

_ubbEnabled protected property

protected bool _ubbEnabled
return bool

_updatingSize protected property

protected bool _updatingSize
return bool