Default Shape
class DefaultShape(positions: Set<Position>) : Shape, Collection<Position>
Content copied to clipboard
Functions
containsAll
Link copied to clipboard
offsetToDefaultPosition
Link copied to clipboard
Offsets this Shape to the default position (column=0,row=0), so offsetting a Shape which contains
(Position(2, 3), Position(3, 4))
will be transformed to ((Position(0, 0), Position(1, 1))
.toTileGraphics
Link copied to clipboard
open override fun toTileGraphics(tile: Tile, tileset: TilesetResource): TileGraphics
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard