示例#1
0
 void UpdateText()
 {
     stringTextMesh.text   = Kanzi;
     alphabetTextMesh.text = "<color=red>" + ts.GetInputedKey() + "</color>" + ts.GetRestKey();
 }
示例#2
0
 void UpdateText()
 {
     InputStringTextMesh.text = "<color=red>" + ts.GetInputedString() + "</color>" + ts.GetRestString();
     AlphabetTextMesh.text    = "<color=red>" + ts.GetInputedKey() + "</color>" + ts.GetRestKey();
 }