TilesetLoader

interface TilesetLoader<T : Any>

A TilesetLoader can be used to load the actual Tileset textures into memory, from a given TilesetResource.

Parameters

T

the type of the draw surface (eg.: Graphics2D)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
loadTilesetFrom
Link copied to clipboard
common
abstract fun loadTilesetFrom(resource: TilesetResource): Tileset<T>
Loads a Tileset using the given resource.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard