Exemplo n.º 1
0
 //取消現在所有行動
 public void cutOffCurMovement()
 {
     StopAllCoroutines();
     vector3Lerp = new vector3Lerp();
 }