OffsetTileTexture

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

Functions

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
texture
Link copied to clipboard
open override val texture: T
width
Link copied to clipboard
open override val width: Int
xOffset
Link copied to clipboard
val xOffset: Int
yOffset
Link copied to clipboard
val yOffset: Int

Sources

(source)
Link copied to clipboard