NcEngine
|
#include <InvokeFreeComponent.h>
Public Member Functions | |
InvokeFreeComponent ()=default | |
template<class ... Args> | |
InvokeFreeComponent (Entity self, ecs::Ecs world, Args &&... args) | |
void | operator() (Entity self, ecs::Ecs world, float dt) const |
Helper for invoking a FreeComponent's Run method from one of the logic components.
|
default |
The default constructor expects the component to be added externally.
|
inline |
The user-defined constructor attaches an instance of the component to be invoked.
|
inline |
FrameLogic call operator