QueueLinearFloodFiller class

Constructors

QueueLinearFloodFiller(TileRects tiles, List<TileRects> allTiles, SelectedTile selected, Size size, Size boxSize, Camera camera)

Properties

allTiles List<TileRects>
getter/setter pair
boxSize Size
getter/setter pair
camera Camera
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected SelectedTile
getter/setter pair
tiles TileRects
getter/setter pair

Methods

floodFill(int x, int y) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTile(int x, int y) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited