Searched refs:containerProperty (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | ecs_clone_util.h | 83 auto& containerProperty = property.metaData.containerMethods->property; in GatherEntityReferences() local 87 uintptr_t ptr = offset + i * containerProperty.size; in GatherEntityReferences() 88 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences() 96 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_util.h | 86 auto& containerProperty = property.metaData.containerMethods->property; in GatherEntityReferences() local 90 uintptr_t ptr = offset + i * containerProperty.size; in GatherEntityReferences() 91 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences() 99 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | material_component_manager.cpp | 193 const auto& containerProperty = propertyIt->metaData.containerMethods->property; in AppendProperties() local 196 const auto offset = propertyIt->offset + containerProperty.size * index; in AppendProperties() 197 Property newProperty = containerProperty; in AppendProperties()
|
Completed in 4 milliseconds