Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp620 … auto& entityComponentsJson = (jsonOut["entity-components"] = json::standalone_value::array()); in WriteEntityCollection() local
628 entityComponentsJson.array_.emplace_back(move(componentJson)); in WriteEntityCollection()