zircon.core
/
org.hexworks.zircon.api.tileset
/
TextureMetadata
common
Texture
Metadata
interface
TextureMetadata
<
T
:
Tile
>
Content copied to clipboard
Metadata about a
TileTexture
, like its position (x, y) in a
Tileset
.
Functions
Properties
Sources
Inheritors
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
abstract val
height
:
Int
Content copied to clipboard
width
Link copied to clipboard
common
abstract val
width
:
Int
Content copied to clipboard
x
Link copied to clipboard
common
abstract val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
common
abstract val
y
:
Int
Content copied to clipboard
Inheritors
CP437TextureMetadata
Link copied to clipboard
GraphicTextureMetadata
Link copied to clipboard
Sources
(source)
Link copied to clipboard