프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public UpdateText ( string enhancedDescription, string trans, string wrongTrans, int correct ) : void | ||
enhancedDescription | string | |
trans | string | |
wrongTrans | string | |
correct | int | |
리턴 | void |