Home
last modified time | relevance | path

Searched refs:OnEntityEvent (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.h66 void OnEntityEvent(
H A Dmorphing_system.cpp184 void MorphingSystem::OnEntityEvent(const IEntityManager::EventType type, const array_view<const Entity> entities) in OnEntityEvent() function in MorphingSystem
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.h130 void OnEntityEvent(IEcs::EntityListener::EventType type, BASE_NS::array_view<const Entity> entities) override;
H A Dcomponent_query.cpp216 void ComponentQuery::OnEntityEvent(const IEcs::EntityListener::EventType type, const array_view<const Entity> entities) in OnEntityEvent() function in ComponentQuery
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h72 virtual void OnEntityEvent(EventType type, BASE_NS::array_view<const Entity> entities) = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_listener.h140 void OnEntityEvent(
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp156 listener->OnEntityEvent(type, res); in ProcessEntityListeners()
171 listener->OnEntityEvent(type, res); in ProcessEntityListeners()

Completed in 7 milliseconds