Default Tile Image
class DefaultTileImage(size: Size, tileset: TilesetResource, initialTiles: Map<Position, Tile>) : BaseTileImage
Content copied to clipboard
Functions
combineWith
Link copied to clipboard
open override fun combineWith(tileImage: TileImage, offset: Position): TileImage
Content copied to clipboard
This method creates a new TileImage which is the combination of
this
one and the supplied tileImage
.getTileAtOrNull
Link copied to clipboard
toSubImage
Link copied to clipboard
toTileGraphics
Link copied to clipboard
withFiller
Link copied to clipboard
withNewSize
Link copied to clipboard
Returns a copy of this image resized to a new size and using a specified filler Tile if the new size is larger than the old and we need to fill in empty areas.
withTileAt
Link copied to clipboard
withTileset
Link copied to clipboard
Properties
Sources
(source)
Link copied to clipboard