C# Class FairyGUI.RichTextField

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

Public Methods

Method Description
EnsureSizeCorrect ( ) : void
GetHtmlElement ( string name ) : HtmlElement

GetHtmlElementAt ( int index ) : HtmlElement

RichTextField ( ) : System.Collections.Generic
ShowHtmlObject ( int index, bool show ) : void

Protected Methods

Method Description
InternalRefreshObjects ( ) : void
OnSizeChanged ( bool widthChanged, bool heightChanged ) : void

Private Methods

Method Description
CleanupObjects ( ) : void
RefreshObjects ( ) : void

Method Details

EnsureSizeCorrect() public method

public EnsureSizeCorrect ( ) : void
return void

GetHtmlElement() public method

public GetHtmlElement ( string name ) : HtmlElement
name string
return FairyGUI.Utils.HtmlElement

GetHtmlElementAt() public method

public GetHtmlElementAt ( int index ) : HtmlElement
index int
return FairyGUI.Utils.HtmlElement

InternalRefreshObjects() protected method

protected InternalRefreshObjects ( ) : void
return void

OnSizeChanged() protected method

protected OnSizeChanged ( bool widthChanged, bool heightChanged ) : void
widthChanged bool
heightChanged bool
return void

RichTextField() public method

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

ShowHtmlObject() public method

public ShowHtmlObject ( int index, bool show ) : void
index int
show bool
return void