CP437TextureMetadata

data class CP437TextureMetadata(x: Int, y: Int, width: Int, height: Int, character: Char) : TextureMetadata<CharacterTile>

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Int
component4
Link copied to clipboard
common
operator fun component4(): Int
component5
Link copied to clipboard
common
operator fun component5(): Char
copy
Link copied to clipboard
common
fun copy(x: Int, y: Int, width: Int, height: Int, character: Char): CP437TextureMetadata
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

character
Link copied to clipboard
common
val character: Char
height
Link copied to clipboard
common
open override val height: Int
width
Link copied to clipboard
common
open override val width: Int
x
Link copied to clipboard
common
open override val x: Int
y
Link copied to clipboard
common
open override val y: Int

Sources

(source)
Link copied to clipboard