zircon.core
/
org.hexworks.zircon.internal.tileset.impl
/
DefaultTileTexture
common
Default
Tile
Texture
class
DefaultTileTexture
<
T
>(width:
Int
, height:
Int
, texture:
T
) :
TileTexture
<
T
>
Content copied to clipboard
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
height
Link copied to clipboard
common
open override val
height
:
Int
Content copied to clipboard
texture
Link copied to clipboard
common
open override val
texture
:
T
Content copied to clipboard
The actual texture.
width
Link copied to clipboard
common
open override val
width
:
Int
Content copied to clipboard
Sources
(source)
Link copied to clipboard