Home
last modified time | relevance | path

Searched refs:FindProperty (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.cpp95 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 Dproperty_data.h78 static PropertyOffset FindProperty(
86 static PropertyOffset FindProperty(
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_property_util.h51 auto propertyData = PropertyData::FindProperty(handle.Owner()->MetaData(), path, offset); in ResolveContainerProperty()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h219 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 Danimation_system.cpp562 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