indigoextras.pathfinding.GridSquare
See theGridSquare companion trait
object GridSquare
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GridSquare.type
Members list
Type members
Classlikes
final case class EmptySquare(index: Int, coords: Coords, score: Option[Int]) extends GridSquare
Attributes
- Supertypes
-
trait GridSquaretrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class EndSquare(index: Int, coords: Coords) extends GridSquare
Attributes
- Supertypes
-
trait GridSquaretrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class ImpassableSquare(index: Int, coords: Coords) extends GridSquare
Attributes
- Supertypes
-
trait GridSquaretrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class StartSquare(index: Int, coords: Coords) extends GridSquare
Attributes
- Supertypes
-
trait GridSquaretrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete fields
Givens
Givens
In this article