retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Tilemap
retrograde
tiles
Undocumented in source.
class
Tilemap {
ulong
width
;
ulong
height
;
ulong
tileWidth
;
ulong
tileHeight
;
TilemapOrientation
orientation
;
Tileset
[]
tilesets
;
TileLayer
[]
layers
;
}
Members
Variables
height
ulong
height
;
Undocumented in source.
layers
TileLayer
[]
layers
;
Undocumented in source.
orientation
TilemapOrientation
orientation
;
Undocumented in source.
tileHeight
ulong
tileHeight
;
Undocumented in source.
tileWidth
ulong
tileWidth
;
Undocumented in source.
tilesets
Tileset
[]
tilesets
;
Undocumented in source.
width
ulong
width
;
Undocumented in source.
Meta
Source
See Implementation
retrograde
tiles
classes
CompositionStrategyFactory
IsometricCompositionStrategy
OrthogonalCompositionStrategy
RenderableTilemapComponent
Tile
TileCompositionException
TileLayer
Tilemap
TilemapComponent
Tileset
enums
TilemapOrientation
interfaces
CompositionStrategy