TileScene class

Constructors

TileScene({VoidCallback? onUpdate})

Properties

allTileImage Image?
getter/setter pair
camera Camera
getter/setter pair
fileName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hoverLocation Offset?
getter/setter pair
isClicked bool
getter/setter pair
isControlPressed bool
getter/setter pair
onTap VoidCallback?
getter/setter pair
onUpdate VoidCallback?
getter/setter pair
prevTileTappedOn List<SelectedTile>
getter/setter pair
rayCasting bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTileSet int
getter/setter pair
tapLocation Offset?
getter/setter pair
tileHoveringOn SelectedTile
getter/setter pair
tileSets List<TileImage>
getter/setter pair
tileTappedOn List<SelectedTile>
getter/setter pair

Methods

clear() → void
clickedObject() List<SelectedTile>
hoverObject() SelectedTile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Canvas canvas, Size size) → void
toString() String
A string representation of this object.
inherited
update() → void
updateHoverLocation(Offset? details) → void
updateTapLocation(Offset? details) → void

Operators

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