LibgdxMonospaceFontTileset

class LibgdxMonospaceFontTileset(resource: TilesetResource) : Tileset<SpriteBatch>

Types

OffsetTileTexture
Link copied to clipboard
class OffsetTileTexture<T>(width: Int, height: Int, xOffset: Int, yOffset: Int, texture: T) : TileTexture<T>

Functions

drawTile
Link copied to clipboard
open override fun drawTile(tile: Tile, surface: SpriteBatch, position: Position)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

height
Link copied to clipboard
open override val height: Int
id
Link copied to clipboard
open override val id: UUID
size
Link copied to clipboard
open val size: Size
targetType
Link copied to clipboard
open override val targetType: KClass<SpriteBatch>
width
Link copied to clipboard
open override val width: Int

Sources

(source)
Link copied to clipboard