Tile Image
An immutable TileComposite. It is completely in memory but it can be drawn onto TileGraphicss and its derivatives. Also supports operations for combining with other TileImages and converting to TileGraphics.
Functions
combineWith
Link copied to clipboard
abstract 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
Inheritors
BaseTileImage
Link copied to clipboard
Sources
(source)
Link copied to clipboard