std::move_only_function< void(Entity self, Entity other, const HitInfo &hit, ecs::Ecs world)> OnCollisionHitEvent_t
Callback type for collision enter events.
Definition: CollisionListener.h:18
std::move_only_function< void(Entity self, Entity other, ecs::Ecs world)> OnCollisionEvent_t
Callback type for collision exit, trigger enter, and trigger exit events.
Definition: CollisionListener.h:23
Identifies an object in the registry.
Definition: Entity.h:18
Interface for higher-level entity and component operations with optional type access restriction.
Definition: Ecs.h:18
Component that receives collision event callbacks.
Definition: CollisionListener.h:27
Collision event information.
Definition: HitInfo.h:41