29#pragma region static_functions
41#pragma region overriden_functions
45 return std::make_unique<MenuPosition>(*
this);
50 auto onUpdate(
float dt) ->
void override;
57 auto save(
Stream& stream)
const ->
void override;
65#pragma region MenuPosition_functions
67 [[nodiscard]]
auto getX() const ->
int;
69 auto
setX(
int x) ->
void;
71 [[nodiscard]] auto
getY() const ->
int;
73 auto
setY(
int y) ->
void;
77#pragma region messaging_functions
83#pragma region member_variables
87#pragma region helper_functions
91#pragma region static_variables
sys::Json Stream
Definition AudioObject.h:20
The base class for components, holding all of their shared All components should inherit from this.
nlohmann::json json
Definition Json.cpp:19
Component(ComponentTypeEnum type, const char *typeName)
Definition Component.cpp:72
GameObject(std::string typeName, gobj::Type parentType, gobj::Type type)
constructor for gameobject.
Definition GameObject.cpp:23