public interface Tile extends Surface, Localizable, Tiled, Featurable<TileFeature>
size
: tile sizesheet
: tile sheet numbernumber
: tile number inside tilesheetx and y
: real location on map
A tile represents a surface, localized on a MapTile
.
Services can be extended by using the TileFeature
layer.
MapTile
Modifier and Type | Method and Description |
---|---|
int |
getNumber()
Get tile index number.
|
Integer |
getSheet()
Get sheet number.
|
getX, getY
getInTileHeight, getInTileWidth, getInTileX, getInTileY
addFeature, getFeature, getFeatures, hasFeature
Integer getSheet()
int getNumber()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.