Home
last modified time | relevance | path

Searched refs:entityRefJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp624 json::standalone_value entityRefJson; in WriteEntityCollection() local
625 if (EntityToJson(ec, entity, entityRefJson)) { in WriteEntityCollection()
626 componentJson["entity"] = move(entityRefJson); in WriteEntityCollection()