C# Class FairyGUI.TextField

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

Méthodes publiques

Méthode Description
EnableCharPositionSupport ( ) : void
EnsureSizeCorrect ( ) : void
GetLinesShape ( int startLine, float startCharX, int endLine, float endCharX, bool clipped, List resultRects ) : void

Redraw ( ) : void

SetAlternativeText ( string value, bool html ) : void

TextField ( ) : System
Update ( UpdateContext context ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ApplyVertAlign ( ) : void
BuildLines ( ) : void
BuildLinesFinal ( ) : void
BuildMesh ( ) : void
Cleanup ( ) : void
EnableRichSupport ( RichTextField richTextField ) : void
HandleEmojies ( ) : void
RequestText ( ) : void

准备字体纹理

Method Details

EnableCharPositionSupport() public méthode

public EnableCharPositionSupport ( ) : void
Résultat void

EnsureSizeCorrect() public méthode

public EnsureSizeCorrect ( ) : void
Résultat void

GetLinesShape() public méthode

public GetLinesShape ( int startLine, float startCharX, int endLine, float endCharX, bool clipped, List resultRects ) : void
startLine int
startCharX float
endLine int
endCharX float
clipped bool
resultRects List
Résultat void

OnSizeChanged() protected méthode

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

Redraw() public méthode

public Redraw ( ) : void
Résultat void

SetAlternativeText() public méthode

public SetAlternativeText ( string value, bool html ) : void
value string
html bool
Résultat void

TextField() public méthode

public TextField ( ) : System
Résultat System

Update() public méthode

public Update ( UpdateContext context ) : void
context UpdateContext
Résultat void