|
Bomberman
|
#include <MapInfo.hpp>
Public Member Functions | |
| MapInfo (Vector3f pos, MapGenerator::BlockType type) | |
| Constructor. More... | |
| ~MapInfo ()=default | |
| Default destructor. More... | |
| MapInfo (const MapInfo &) | |
| Default copy constructor. More... | |
| MapInfo & | operator= (MapInfo &) |
| Assignment operator. More... | |
Public Attributes | |
| float | x |
| Position on the x axis. More... | |
| float | y |
| Position on the y axis. More... | |
| float | z |
| Position on the z axis. More... | |
| int | type |
| Type of the block. More... | |
| BBM::MapInfo::MapInfo | ( | Vector3f | pos, |
| MapGenerator::BlockType | type | ||
| ) |
Constructor.
|
default |
Default destructor.
| BBM::MapInfo::MapInfo | ( | const MapInfo & | other | ) |
Default copy constructor.
| int BBM::MapInfo::type |
Type of the block.
| float BBM::MapInfo::x |
Position on the x axis.
| float BBM::MapInfo::y |
Position on the y axis.
| float BBM::MapInfo::z |
Position on the z axis.
1.8.17