C# 클래스 FairyGUI.TextField

상속: DisplayObject
파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnSizeChanged ( bool widthChanged, bool heightChanged ) : void

비공개 메소드들

메소드 설명
ApplyVertAlign ( ) : void
BuildLines ( ) : void
BuildLinesFinal ( ) : void
BuildMesh ( ) : void
Cleanup ( ) : void
EnableRichSupport ( RichTextField richTextField ) : void
HandleEmojies ( ) : void
RequestText ( ) : void

准备字体纹理

메소드 상세

EnableCharPositionSupport() 공개 메소드

public EnableCharPositionSupport ( ) : void
리턴 void

EnsureSizeCorrect() 공개 메소드

public EnsureSizeCorrect ( ) : void
리턴 void

GetLinesShape() 공개 메소드

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
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( bool widthChanged, bool heightChanged ) : void
widthChanged bool
heightChanged bool
리턴 void

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void

SetAlternativeText() 공개 메소드

public SetAlternativeText ( string value, bool html ) : void
value string
html bool
리턴 void

TextField() 공개 메소드

public TextField ( ) : System
리턴 System

Update() 공개 메소드

public Update ( UpdateContext context ) : void
context UpdateContext
리턴 void