Example #1
0
 public void AddWaypointAt_Inserts_node_at_correct_position()
 {
     navMesh.AddWaypointAt(waypointToAdd, 3);
     Assert.AreEqual(waypointToAdd, navMesh.WaypointList.ElementAt(3));
 }