TileType

enum TileType : Enum<TileType>

Contains the possible types of Tiles.

Entries

CHARACTER_TILE
Link copied to clipboard
common
Represents a Tile that contains a character (like an x).
GRAPHIC_TILE
Link copied to clipboard
common
Represents a Tile that contains some graphics.
IMAGE_TILE
Link copied to clipboard
common
Represents a Tile that contains some an image.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: TileType): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard