Searched refs:FindProperty (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_data.cpp | 95 PropertyData::PropertyOffset FindProperty( in FindProperty() function 172 if (auto po = FindProperty(Owner()->MetaData(), propertyPath, baseOffset); po) { in WLock() 212 if (auto po = FindProperty(Owner()->MetaData(), propertyPath, baseOffset); po) { in RLock() 235 PropertyData::PropertyOffset PropertyData::FindProperty( in FindProperty() function in PropertyData 238 PropertyData::PropertyOffset offset = ::FindProperty(properties, propertyPath, baseOffset); in FindProperty() 245 PropertyData::PropertyOffset PropertyData::FindProperty( in FindProperty() function in PropertyData 248 return ::FindProperty(properties, propertyPath, 0U); in FindProperty()
|
H A D | property_data.h | 78 static PropertyOffset FindProperty( 86 static PropertyOffset FindProperty(
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | ecs_property_util.h | 51 auto propertyData = PropertyData::FindProperty(handle.Owner()->MetaData(), path, offset); in ResolveContainerProperty()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_util.h | 219 auto propertyData = CORE_NS::PropertyData::FindProperty(handle.Owner()->MetaData(), path, offset); in ResolveContainerProperty()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 562 auto c = PropertyData::FindProperty(dynamicProperties->Owner()->MetaData(), propertyName); in FindDynamicProperty() 1313 const auto propertyOffset = PropertyData::FindProperty(targetHandle->Owner()->MetaData(), track.property); in GetEntry()
|
Completed in 4 milliseconds