zircon.jvm.libgdx
/
org.hexworks.zircon.internal.tileset
/
LibgdxMonospaceFontTileset
/
OffsetTileTexture
Offset
Tile
Texture
class
OffsetTileTexture
<
T
>(width:
Int
, height:
Int
, xOffset:
Int
, yOffset:
Int
, texture:
T
) :
TileTexture
<
T
>
Content copied to clipboard
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
height
Link copied to clipboard
open override val
height
:
Int
Content copied to clipboard
texture
Link copied to clipboard
open override val
texture
:
T
Content copied to clipboard
width
Link copied to clipboard
open override val
width
:
Int
Content copied to clipboard
xOffset
Link copied to clipboard
val
xOffset
:
Int
Content copied to clipboard
yOffset
Link copied to clipboard
val
yOffset
:
Int
Content copied to clipboard
Sources
(source)
Link copied to clipboard