Esempio n. 1
0
 bool IsDoneMoving()
 {
     return(Vector3.Distance(myMovement.GetDestination(), transform.position) < 0.1f);
 }