CP437TileMetadataLoader

class CP437TileMetadataLoader(width: Int, height: Int) : TileMetadataLoader<CharacterTile>

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
fetchMetadata
Link copied to clipboard
common
fun fetchMetadata(): Map<Char, CP437TextureMetadata>
fetchMetaForTile
Link copied to clipboard
common
open override fun fetchMetaForTile(tile: CharacterTile): TextureMetadata<CharacterTile>
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
supportsTile
Link copied to clipboard
common
open override fun supportsTile(tile: Tile): Boolean
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard