VirtualTileset

class VirtualTileset : Tileset<Char>

Functions

drawTile
Link copied to clipboard
common
open override fun drawTile(tile: Tile, surface: Char, position: Position)
Draws the given tile on the given surface at the given position.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

height
Link copied to clipboard
common
open override val height: Int = 16
The height of a texture in pixels.
id
Link copied to clipboard
common
open override val id: UUID
size
Link copied to clipboard
common
open val size: Size
width * height
targetType
Link copied to clipboard
common
open override val targetType: KClass<Char>
The type of the target surface the textures are drawn.
width
Link copied to clipboard
common
open override val width: Int = 16
The width of a texture in pixels.

Sources

(source)
Link copied to clipboard