|
baba-is-auto
C++17 Baba Is You simulator
|
Object instance struct. More...
#include <Object.hpp>
Public Attributes | |
| ObjectID | id = 0 |
| ObjectType | type = ObjectType::ICON_EMPTY |
| Direction | direction = Direction::RIGHT |
Object instance struct.
This struct represents an instance of an object in the game. It contains the object's ID, type, and direction.
| Direction baba_is_auto::ObjectInstance::direction = Direction::RIGHT |
| ObjectID baba_is_auto::ObjectInstance::id = 0 |
| ObjectType baba_is_auto::ObjectInstance::type = ObjectType::ICON_EMPTY |