Home
last modified time | relevance | path

Searched refs:propertyApi (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp197 const IPropertyApi* propertyApi = systemPropertyHandle->Owner(); in ParseProperties() local
199 for (size_t i = 0; i < propertyApi->PropertyCount(); ++i) { in ParseProperties()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp811 const auto& propertyApi = cm->GetPropertyApi();
812 const auto propertyCount = propertyApi.PropertyCount();
814 auto* property = propertyApi.MetaData(i);
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp844 const auto& propertyApi = cm->GetPropertyApi();
845 const auto propertyCount = propertyApi.PropertyCount();
847 auto* property = propertyApi.MetaData(i);

Completed in 3 milliseconds