Home
last modified time | relevance | path

Searched refs:typeHash_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_api_impl.h63 uint64_t typeHash_ { 0 };
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h140 uint64_t typeHash_; member in BaseManager
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp191 static constexpr uint64_t typeHash_ = member in final
323 return typeHash_; in Type()
647 if (dataHandle.Owner()->Type() == typeHash_) { in IsMatchingHandle()
H A Dmaterial_component_manager.cpp379 static constexpr uint64_t typeHash_ = BASE_NS::CompileTime::FNV1aHash(CORE_NS::GetName<MaterialComponent>().data()); member in MaterialComponentManager
545 return typeHash_; in Type()
866 if (dataHandle.Owner() && (dataHandle.Owner()->Type() == typeHash_)) { in IsMatchingHandle()

Completed in 5 milliseconds