C# 클래스 UpdateMiddleText, Team-6

상속: MonoBehaviour
파일 보기 프로젝트 열기: RUGSoftEng/Team-6

공개 프로퍼티들

프로퍼티 타입 설명
beginWord string
correctCol Color
endWord string
left Button
right Button
wrongCol Color

공개 메소드들

메소드 설명
DisableButtons ( int correct ) : void
EnableButtons ( ) : void
FindMatchingText ( WordData, wd ) : string
UpdateText ( string enhancedDescription, string trans, string wrongTrans, int correct ) : void

비공개 메소드들

메소드 설명
CheckCurrentIndex ( int i, char descriptionArr, char wordArr ) : bool
addBeginEnd ( int pos, string description, string word ) : string

메소드 상세

DisableButtons() 공개 메소드

public DisableButtons ( int correct ) : void
correct int
리턴 void

EnableButtons() 공개 메소드

public EnableButtons ( ) : void
리턴 void

FindMatchingText() 공개 메소드

public FindMatchingText ( WordData, wd ) : string
wd WordData,
리턴 string

UpdateText() 공개 메소드

public UpdateText ( string enhancedDescription, string trans, string wrongTrans, int correct ) : void
enhancedDescription string
trans string
wrongTrans string
correct int
리턴 void

프로퍼티 상세

beginWord 공개적으로 프로퍼티

public string beginWord
리턴 string

correctCol 공개적으로 프로퍼티

public Color correctCol
리턴 Color

endWord 공개적으로 프로퍼티

public string endWord
리턴 string

left 공개적으로 프로퍼티

public Button left
리턴 Button

right 공개적으로 프로퍼티

public Button right
리턴 Button

wrongCol 공개적으로 프로퍼티

public Color wrongCol
리턴 Color