C# 클래스 TalkList, HomeAlone

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/HomeAlone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ButtonList Button[]
ButtonTextList Text[]
PanelText Text

공개 메소드들

메소드 설명
OnMouseDown ( int i ) : void
SetTalkList ( GameObject TalkBalloon ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
splitText ( string text ) : string[]

메소드 상세

OnMouseDown() 공개 메소드

public OnMouseDown ( int i ) : void
i int
리턴 void

SetTalkList() 공개 메소드

public SetTalkList ( GameObject TalkBalloon ) : void
TalkBalloon GameObject
리턴 void

프로퍼티 상세

ButtonList 공개적으로 프로퍼티

public Button[] ButtonList
리턴 Button[]

ButtonTextList 공개적으로 프로퍼티

public Text[] ButtonTextList
리턴 Text[]

PanelText 공개적으로 프로퍼티

public Text PanelText
리턴 Text