baba-is-auto
C++17 Baba Is You simulator
Loading...
Searching...
No Matches
baba_is_auto::ObjectInstance Struct Reference

Object instance struct. More...

#include <Object.hpp>

Public Attributes

ObjectID id = 0
 
ObjectType type = ObjectType::ICON_EMPTY
 
Direction direction = Direction::RIGHT
 

Detailed Description

Object instance struct.

This struct represents an instance of an object in the game. It contains the object's ID, type, and direction.

Member Data Documentation

◆ direction

Direction baba_is_auto::ObjectInstance::direction = Direction::RIGHT

◆ id

ObjectID baba_is_auto::ObjectInstance::id = 0

◆ type

ObjectType baba_is_auto::ObjectInstance::type = ObjectType::ICON_EMPTY

The documentation for this struct was generated from the following file: