![]() |
Tiled Platformer Prototype
A Basic Tiled Platformer
|
Object descriptor. More...
#include <TileManager.h>
Public Member Functions | |
| CObjectDesc () | |
| Default constructor. | |
| CObjectDesc (eObject, const Vector2 &) | |
| Constructor. | |
Public Attributes | |
| eObject | m_eObject = eObject::Unknown |
| Object type. | |
| Vector2 | m_vPos |
| Position. | |
Describes initial properties of an object read from a map file.
| CObjectDesc::CObjectDesc | ( | eObject | t, |
| const Vector2 & | v ) |
Constructor.
| t | Object type. |
| v | Position. |