galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::meta::EntityFactory::SerializationData Struct Referencefinal

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.
 

Detailed Description

Data needed to serialize an entity.

Definition at line 31 of file EntityFactory.hpp.

Member Data Documentation

◆ name

std::string galaxy::meta::EntityFactory::SerializationData::name

Name of the component.

Definition at line 36 of file EntityFactory.hpp.

◆ json

nlohmann::json galaxy::meta::EntityFactory::SerializationData::json

Component data as a json object.

Definition at line 41 of file EntityFactory.hpp.


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