ImpassableSquare

indigoextras.pathfinding.GridSquare$.ImpassableSquare
final case class ImpassableSquare(index: Int, coords: Coords) extends GridSquare

Attributes

Graph
Supertypes
trait GridSquare
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val isEnd: Boolean
val name: String
val score: Option[Int]