TilesetResource

interface TilesetResource : Identifiable

Contains metadata about a tileset for a given Tile type.

Functions

checkCompatibilityWith
Link copied to clipboard
common
open fun checkCompatibilityWith(other: TilesetResource)
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open 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 fun toString(): String

Properties

height
Link copied to clipboard
common
abstract val height: Int
id
Link copied to clipboard
common
abstract val id: UUID
path
Link copied to clipboard
common
abstract val path: String
size
Link copied to clipboard
common
open val size: Size
tilesetSourceType
Link copied to clipboard
common
abstract val tilesetSourceType: TilesetSourceType
tilesetType
Link copied to clipboard
common
abstract val tilesetType: TilesetType
tileType
Link copied to clipboard
common
abstract val tileType: TileType
width
Link copied to clipboard
common
abstract val width: Int

Inheritors

BuiltInCP437TilesetResource
Link copied to clipboard

Sources

(source)
Link copied to clipboard