#include <fsITileMap.h>
◆ ~fsITileMap()
| fsITileMap::~fsITileMap |
( |
| ) |
|
|
virtual |
◆ fsITileMap()
| fsNTileMap::fsITileMap::fsITileMap |
( |
| ) |
|
|
protecteddefault |
◆ collidable()
◆ create()
◆ createFromText()
Parse already-loaded TMX text directly (e.g. embedded/packed assets, tests) rather than resolving pFilepath through fsIFile. pFilepath is used only to resolve external tileset references, and may be empty.
◆ heightGet()
| virtual fsS32 fsNTileMap::fsITileMap::heightGet |
( |
| ) |
const |
|
pure virtual |
◆ imagePathGet()
| fsStr fsITileMap::imagePathGet |
( |
fsS32 | pLayer | ) |
const |
◆ layerCountGet()
| virtual fsS32 fsNTileMap::fsITileMap::layerCountGet |
( |
| ) |
const |
|
pure virtual |
◆ layerNameGet()
| fsStr fsITileMap::layerNameGet |
( |
fsS32 | pLayer | ) |
const |
◆ layerOffsetGet()
◆ layerTypeGet()
◆ startLocationGet()
| fsPoint fsITileMap::startLocationGet |
( |
| ) |
const |
|
virtual |
◆ tileBrushGet()
| std::shared_ptr< fsCBrush > fsITileMap::tileBrushGet |
( |
fsS32 | pTileSetId, |
|
|
fsS32 | pTileId ) const |
◆ tileGet()
◆ tileHeightGet()
| virtual fsS32 fsNTileMap::fsITileMap::tileHeightGet |
( |
| ) |
const |
|
pure virtual |
◆ tileSetCountGet()
| virtual fsS32 fsNTileMap::fsITileMap::tileSetCountGet |
( |
| ) |
const |
|
pure virtual |
◆ tileWidthGet()
| virtual fsS32 fsNTileMap::fsITileMap::tileWidthGet |
( |
| ) |
const |
|
pure virtual |
◆ triggersGet()
◆ widthGet()
| virtual fsS32 fsNTileMap::fsITileMap::widthGet |
( |
| ) |
const |
|
pure virtual |
◆ mLayers
| std::vector< fsILayer* > fsNTileMap::fsITileMap::mLayers |
|
protected |
◆ mTileSets
| std::vector< fsITileSet* > fsNTileMap::fsITileMap::mTileSets |
|
protected |
The documentation for this class was generated from the following files: