Ejemplo n.º 1
0
 public bool IsOverlappingAnotherCube()
 {
     return(_isSetup && PathFinder.AmIOverlappingAnotherCube(HalfEdgeSize));
 }