Beispiel #1
0
 bool AtCheckpoint(float distance)
 {
     return(MapUtility.Delta(pt.Position, _path.Peek().transform.position) < distance);
 }