DefaultTileTexture

class DefaultTileTexture<T>(width: Int, height: Int, texture: T) : TileTexture<T>

Functions

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

Properties

height
Link copied to clipboard
common
open override val height: Int
texture
Link copied to clipboard
common
open override val texture: T
The actual texture.
width
Link copied to clipboard
common
open override val width: Int

Sources

(source)
Link copied to clipboard