TextureMetadata

interface TextureMetadata<T : Tile>

Metadata about a TileTexture, like its position (x, y) in a Tileset.

Functions

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
abstract val height: Int
width
Link copied to clipboard
common
abstract val width: Int
x
Link copied to clipboard
common
abstract val x: Int
y
Link copied to clipboard
common
abstract val y: Int

Inheritors

CP437TextureMetadata
Link copied to clipboard
GraphicTextureMetadata
Link copied to clipboard

Sources

(source)
Link copied to clipboard