30#pragma region static_Lambdas
41#pragma region overriden_Lambdas
45 return std::make_unique<Button>(*
this);
50 auto onUpdate(
float dt) ->
void override;
58 auto save(
Stream& stream)
const ->
void override;
67#pragma region Button_Lambdas
77 auto
setEvent(std::
string newEvent) ->
void;
91#pragma region messaging_functions
97#pragma region member_variables
122#pragma region helper_Lambdas
126#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
friend Entity
Definition GameObject.h:84
GameObject(std::string typeName, gobj::Type parentType, gobj::Type type)
constructor for gameobject.
Definition GameObject.cpp:23