zircon.core
/
org.hexworks.zircon.internal.tileset.impl
/
VirtualTileset
common
Virtual
Tileset
class
VirtualTileset
:
Tileset
<
Char
>
Content copied to clipboard
Functions
Properties
Sources
Functions
drawTile
Link copied to clipboard
common
open override fun
drawTile
(tile:
Tile
, surface:
Char
, position:
Position
)
Content copied to clipboard
Draws the given
tile
on the given
surface
at the given
position
.
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
= 16
Content copied to clipboard
The height of a texture in pixels.
id
Link copied to clipboard
common
open override val
id
:
UUID
Content copied to clipboard
size
Link copied to clipboard
common
open val
size
:
Size
Content copied to clipboard
width * height
targetType
Link copied to clipboard
common
open override val
targetType
:
KClass
<
Char
>
Content copied to clipboard
The type of the target surface the textures are drawn.
width
Link copied to clipboard
common
open override val
width
:
Int
= 16
Content copied to clipboard
The width of a texture in pixels.
Sources
(source)
Link copied to clipboard