C# 클래스 ChatInput, SpaceCOG-Prototype

상속: MonoBehaviour
파일 보기 프로젝트 열기: kalby/SpaceCOG-Prototype 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fillWithDummyData bool
textList UITextList,

공개 메소드들

메소드 설명
OnSubmit ( ) : void

Submit notification is sent by UIInput when 'enter' is pressed or iOS/Android keyboard finalizes input.

Start ( ) : void

Add some dummy text to the text list.

메소드 상세

OnSubmit() 공개 메소드

Submit notification is sent by UIInput when 'enter' is pressed or iOS/Android keyboard finalizes input.
public OnSubmit ( ) : void
리턴 void

Start() 공개 메소드

Add some dummy text to the text list.
public Start ( ) : void
리턴 void

프로퍼티 상세

fillWithDummyData 공개적으로 프로퍼티

public bool fillWithDummyData
리턴 bool

textList 공개적으로 프로퍼티

public UITextList, textList
리턴 UITextList,