Searched refs:ResolveContainerProperty (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | ecs_property_util.h | 34 IPropertyHandle* ResolveContainerProperty(const IPropertyHandle& handle, in ResolveContainerProperty() function
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_util.h | 202 inline CORE_NS::IPropertyHandle* ResolveContainerProperty(const CORE_NS::IPropertyHandle& handle, in ResolveContainerProperty() function
|
H A D | ecs_serializer.cpp | 684 auto containerHandle = ResolveContainerProperty(*handle, propertyPath, path, name); in WriteComponent() 1038 auto containerHandle = ResolveContainerProperty(*handle, string(pathView), path, name); in ReadComponent()
|
H A D | ecs_animation.cpp | 54 auto containerHandle = ResolveContainerProperty(targetHandle, string(property), path, name); in RLock()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 622 auto containerHandle = ResolveContainerProperty(*handle, propertyPath, path, name); in WriteComponent() 940 auto containerHandle = ResolveContainerProperty(*handle, string(pathView), path, name); in ReadComponent()
|
Completed in 7 milliseconds