![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <TiledStructures.h>
Public Member Functions | |
| TiledMap () | |
| const TiledTileset * | FindTilesetForGid (uint32_t gid) const |
| TiledTileset * | FindTilesetForGid (uint32_t gid) |
| void | CalculateAllLastGids () |
Public Attributes | |
| int | version |
| std::string | tiledversion |
| std::string | type |
| MapOrientation | orientation |
| RenderOrder | renderorder |
| int | compressionlevel |
| int | width |
| int | height |
| int | tilewidth |
| int | tileheight |
| bool | infinite |
| std::string | backgroundcolor |
| int | nextlayerid |
| int | nextobjectid |
| std::vector< std::shared_ptr< TiledLayer > > | layers |
| std::vector< TiledTileset > | tilesets |
| std::map< std::string, TiledProperty > | properties |
Definition at line 349 of file TiledStructures.h.
|
inline |
Definition at line 373 of file TiledStructures.h.
|
inline |
Definition at line 411 of file TiledStructures.h.
References tilesets.
|
inline |
Definition at line 396 of file TiledStructures.h.
References GetComponentTypeID_Static(), Olympe::Tiled::TILE_ID_MASK, and tilesets.
Here is the call graph for this function:
|
inline |
Definition at line 381 of file TiledStructures.h.
References GetComponentTypeID_Static(), Olympe::Tiled::TILE_ID_MASK, and tilesets.
Here is the call graph for this function:| std::string Olympe::Tiled::TiledMap::backgroundcolor |
Definition at line 365 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::compressionlevel |
Definition at line 356 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::height |
Definition at line 359 of file TiledStructures.h.
| bool Olympe::Tiled::TiledMap::infinite |
Definition at line 363 of file TiledStructures.h.
| std::vector<std::shared_ptr<TiledLayer> > Olympe::Tiled::TiledMap::layers |
Definition at line 369 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::nextlayerid |
Definition at line 366 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::nextobjectid |
Definition at line 367 of file TiledStructures.h.
| MapOrientation Olympe::Tiled::TiledMap::orientation |
Definition at line 354 of file TiledStructures.h.
| std::map<std::string, TiledProperty> Olympe::Tiled::TiledMap::properties |
Definition at line 371 of file TiledStructures.h.
| RenderOrder Olympe::Tiled::TiledMap::renderorder |
Definition at line 355 of file TiledStructures.h.
| std::string Olympe::Tiled::TiledMap::tiledversion |
Definition at line 352 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::tileheight |
Definition at line 361 of file TiledStructures.h.
| std::vector<TiledTileset> Olympe::Tiled::TiledMap::tilesets |
Definition at line 370 of file TiledStructures.h.
Referenced by CalculateAllLastGids(), FindTilesetForGid(), and FindTilesetForGid().
| int Olympe::Tiled::TiledMap::tilewidth |
Definition at line 360 of file TiledStructures.h.
| std::string Olympe::Tiled::TiledMap::type |
Definition at line 353 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::version |
Definition at line 351 of file TiledStructures.h.
| int Olympe::Tiled::TiledMap::width |
Definition at line 358 of file TiledStructures.h.