|
CeresEngine 0.2.0
A game development framework
|
An event that gets dispatched when a new component of type C gets added to an entity.
More...
#include <CeresEngine/Entity/Entity.hpp>
Additional Inherited Members | |
Public Types inherited from CeresEngine::EntityEvent< ComponentAdded< C > > | |
| using | Signal = CeresEngine::Event< void(const Entity &, const ComponentAdded< C > &)> |
| The signal type for the event. | |
Public Member Functions inherited from CeresEngine::AbstractEntityEvent | |
| virtual | ~AbstractEntityEvent ()=default |
| Defaulted virtual destructor. | |
Static Public Attributes inherited from CeresEngine::EntityEvent< ComponentAdded< C > > | |
| static const EntityEventID | eventID |
| This entity event type ID. | |
Protected Attributes inherited from CeresEngine::AbstractEntityEvent | |
| EntityManager * | mEntityManager = nullptr |
| The entity manager for the event. | |
| EntityEventManager * | mEventManager = nullptr |
| The event manager for the event. | |
An event that gets dispatched when a new component of type C gets added to an entity.
| C | the component type |