My Project
|
A structure representing the position component that holds the position of an entity. More...
#include <CPosition.hpp>
Public Attributes | |
float | x |
position x of the entity More... | |
float | y |
position y of the entity More... | |
A structure representing the position component that holds the position of an entity.
float component::cposition_t::x |
position x of the entity
Position x.
float component::cposition_t::y |
position y of the entity
Position y.