REX_PAINT_8X8

REX_PAINT_8X8("rex_paint", 8, 8)

Functions

checkCompatibilityWith
Link copied to clipboard
common
open fun checkCompatibilityWith(other: TilesetResource)
clone
Link copied to clipboard
common
protected fun clone(): Any
compareTo
Link copied to clipboard
common
operator override fun compareTo(other: BuiltInCP437TilesetResource): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
isCompatibleWith
Link copied to clipboard
common
open fun isCompatibleWith(other: TilesetResource): Boolean
A TilesetResource is compatible with another if they have the same size.
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

fileName
Link copied to clipboard
common
val fileName: String
height
Link copied to clipboard
common
open override val height: Int
id
Link copied to clipboard
common
open override val id: UUID
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int
path
Link copied to clipboard
common
open override val path: String
size
Link copied to clipboard
common
open val size: Size
tilesetName
Link copied to clipboard
common
val tilesetName: String
tilesetSourceType
Link copied to clipboard
common
open override val tilesetSourceType: TilesetSourceType
tilesetType
Link copied to clipboard
common
open override val tilesetType: TilesetType
tileType
Link copied to clipboard
common
open override val tileType: TileType
width
Link copied to clipboard
common
open override val width: Int