retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
TilemapComponent
retrograde
tiles
Undocumented in source.
class
TilemapComponent :
EntityComponent
{
mixin
EntityComponentIdentity
!
"TilemapComponent"
;
this
(Tilemap tilemap);
tilemap
[@property getter];
}
Constructors
this
this
(Tilemap tilemap)
Undocumented in source.
Members
Mixins
__anonymous
mixin
EntityComponentIdentity
!
"TilemapComponent"
Undocumented in source.
Properties
tilemap
tilemap
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From EntityComponent
getComponentType
StringId
getComponentType
()
Undocumented in source.
getComponentTypeString
string
getComponentTypeString
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
tiles
classes
CompositionStrategyFactory
IsometricCompositionStrategy
OrthogonalCompositionStrategy
RenderableTilemapComponent
Tile
TileCompositionException
TileLayer
Tilemap
TilemapComponent
Tileset
enums
TilemapOrientation
interfaces
CompositionStrategy