Example #1
0
 public static bool IsCenteredOn(this Vector3 position, Tile tile, Vector3 direction)
 {
     return tile.IsCenteredOnTile(position, direction);
 }
Example #2
0
 protected bool Equals(Tile other)
 {
     return Row == other.Row && Column == other.Column;
 }