C# 클래스 FairyGUI.GTextInput

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

공개 메소드들

메소드 설명
GTextInput ( ) : System.Collections.Generic
ReplaceSelection ( string value ) : void

Setup_BeforeAdd ( Utils xml ) : void

보호된 메소드들

메소드 설명
CreateDisplayObject ( ) : void
UpdateTextFieldText ( ) : void

메소드 상세

CreateDisplayObject() 보호된 메소드

protected CreateDisplayObject ( ) : void
리턴 void

GTextInput() 공개 메소드

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

ReplaceSelection() 공개 메소드

public ReplaceSelection ( string value ) : void
value string
리턴 void

Setup_BeforeAdd() 공개 메소드

public Setup_BeforeAdd ( Utils xml ) : void
xml Utils
리턴 void

UpdateTextFieldText() 보호된 메소드

protected UpdateTextFieldText ( ) : void
리턴 void