Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
entity.inl
1
7const char* from_json(const char *json) {
8 return ecs_entity_from_json(world_, id_, json, nullptr);
9}
FLECS_API const char * ecs_entity_from_json(ecs_world_t *world, ecs_entity_t entity, const char *json, const ecs_from_json_desc_t *desc)
Parse JSON object with multiple component values into entity.
const char * from_json(const char *json)
Deserialize entity to JSON.
Definition entity.inl:7