![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Data needed to serialize an entity. More...
Collaboration diagram for galaxy::meta::EntityFactory::SerializationData:Public Attributes | |
| std::string | name |
| Name of the component. | |
| nlohmann::json | json |
| Component data as a json object. | |
Data needed to serialize an entity.
Definition at line 31 of file EntityFactory.hpp.
| std::string galaxy::meta::EntityFactory::SerializationData::name |
Name of the component.
Definition at line 36 of file EntityFactory.hpp.
| nlohmann::json galaxy::meta::EntityFactory::SerializationData::json |
Component data as a json object.
Definition at line 41 of file EntityFactory.hpp.