コード例 #1
0
 public void Type(TextToType t, float speed)
 {
     t          = TTT;
     customPace = speed;
     StartCoroutine(Typing());
 }
コード例 #2
0
 public void Type(TextToType t)
 {
     t          = TTT;
     customPace = Pace;
     StartCoroutine(Typing());
 }