Searched refs:EntityFromJson (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 280 bool EntityFromJson(const IEntityCollection& ec, const json::value& jsonIn, Entity& entityOut) in EntityFromJson() function 340 return EntityFromJson(*collection, *entityJson, entityOut); in EntityFromJson() 434 if (!EntityFromJson(ec, jsonIn, temp)) { in EntityReferenceFromJson() 507 return EntityFromJson(ec, jsonIn, GetPropertyValue<Entity>(offset)); in SetDefaultSerializers() 962 if (!EntityFromJson(ec, *entityJson, entity)) { in ReadComponents()
|