C# 클래스 FairyGUI.RichTextField

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

공개 메소드들

메소드 설명
EnsureSizeCorrect ( ) : void
GetHtmlElement ( string name ) : HtmlElement

GetHtmlElementAt ( int index ) : HtmlElement

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
CleanupObjects ( ) : void
RefreshObjects ( ) : void

메소드 상세

EnsureSizeCorrect() 공개 메소드

public EnsureSizeCorrect ( ) : void
리턴 void

GetHtmlElement() 공개 메소드

public GetHtmlElement ( string name ) : HtmlElement
name string
리턴 FairyGUI.Utils.HtmlElement

GetHtmlElementAt() 공개 메소드

public GetHtmlElementAt ( int index ) : HtmlElement
index int
리턴 FairyGUI.Utils.HtmlElement

InternalRefreshObjects() 보호된 메소드

protected InternalRefreshObjects ( ) : void
리턴 void

OnSizeChanged() 보호된 메소드

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

RichTextField() 공개 메소드

public RichTextField ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ShowHtmlObject() 공개 메소드

public ShowHtmlObject ( int index, bool show ) : void
index int
show bool
리턴 void