NcEngine
CollisionListener.h File Reference
#include "ncengine/ecs/EcsFwd.h"
#include "ncengine/physics/HitInfo.h"
#include <functional>

Go to the source code of this file.

Classes

struct  nc::CollisionListener
 Component that receives collision event callbacks. More...
 

Typedefs

using nc::OnCollisionHitEvent_t = std::move_only_function< void(Entity self, Entity other, const HitInfo &hit, ecs::Ecs world)>
 Callback type for collision enter events.
 
using nc::OnCollisionEvent_t = std::move_only_function< void(Entity self, Entity other, ecs::Ecs world)>
 Callback type for collision exit, trigger enter, and trigger exit events.
 

Detailed Description