Searched refs:OnComponentEvent (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 409 listener->OnComponentEvent(eventType, *m, affectedEntities); in ProcessComponentEvents() 416 listener->OnComponentEvent(eventType, *m, affectedEntities); in ProcessComponentEvents() 631 lister->OnComponentEvent( in OnTypeInfoEvent() 638 lister->OnComponentEvent( in OnTypeInfoEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.h | 133 …void OnComponentEvent(IEcs::ComponentListener::EventType type, const IComponentManager& componentM… in CORE_BEGIN_NAMESPACE()
|
H A D | component_query.cpp | 253 void ComponentQuery::OnComponentEvent(const IEcs::ComponentListener::EventType type, in OnComponentEvent() function in ComponentQuery
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | morphing_system.h | 68 …void OnComponentEvent(ComponentListener::EventType type, const CORE_NS::IComponentManager& compone…
|
H A D | animation_system.h | 121 void OnComponentEvent(EventType type, const CORE_NS::IComponentManager& componentManager,
|
H A D | morphing_system.cpp | 194 void MorphingSystem::OnComponentEvent(const ComponentListener::EventType type, in OnComponentEvent() function in MorphingSystem
|
H A D | animation_system.cpp | 849 void AnimationSystem::OnComponentEvent( in OnComponentEvent() function in AnimationSystem
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_ecs.h | 93 virtual void OnComponentEvent(
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_listener.h | 171 void OnComponentEvent(CORE_NS::IEcs::ComponentListener::EventType type, in SCENE_BEGIN_NAMESPACE()
|