Beispiel #1
0
 public bool IsWalkable(Int3 position)
 {
     return(navgationGraph.IsWalkable(position));
 }