C# Class FairyGUI.RichTextField

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

Méthodes publiques

Méthode Description
EnsureSizeCorrect ( ) : void
GetHtmlElement ( string name ) : HtmlElement

GetHtmlElementAt ( int index ) : HtmlElement

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

Méthodes protégées

Méthode Description
InternalRefreshObjects ( ) : void
OnSizeChanged ( bool widthChanged, bool heightChanged ) : void

Private Methods

Méthode Description
CleanupObjects ( ) : void
RefreshObjects ( ) : void

Method Details

EnsureSizeCorrect() public méthode

public EnsureSizeCorrect ( ) : void
Résultat void

GetHtmlElement() public méthode

public GetHtmlElement ( string name ) : HtmlElement
name string
Résultat FairyGUI.Utils.HtmlElement

GetHtmlElementAt() public méthode

public GetHtmlElementAt ( int index ) : HtmlElement
index int
Résultat FairyGUI.Utils.HtmlElement

InternalRefreshObjects() protected méthode

protected InternalRefreshObjects ( ) : void
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( bool widthChanged, bool heightChanged ) : void
widthChanged bool
heightChanged bool
Résultat void

RichTextField() public méthode

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

ShowHtmlObject() public méthode

public ShowHtmlObject ( int index, bool show ) : void
index int
show bool
Résultat void