21 void Save(
const std::filesystem::path& path);
23 void ProcessEntities();
24 void ProcessEntity(entt::registry& registry,
ECS::Entity entity);
25 void ProcessComponent(
27 const char* componentTypeName,
32 void ProcessComponentParameter(
36 const char* parameterKey,
37 rapidjson::Value& parameter
42 rapidjson::StringBuffer documentStringBuffer;
43 SceneRapidjsonWriter documentWriter = SceneRapidjsonWriter(documentStringBuffer);
44 std::filesystem::path path;