NcEngine
nc::InvokeFreeComponent< T > Struct Template Reference

#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
 

Detailed Description

template<std::derived_from< FreeComponent > T>
struct nc::InvokeFreeComponent< T >

Helper for invoking a FreeComponent's Run method from one of the logic components.

Constructor & Destructor Documentation

◆ InvokeFreeComponent() [1/2]

template<std::derived_from< FreeComponent > T>
nc::InvokeFreeComponent< T >::InvokeFreeComponent ( )
default

The default constructor expects the component to be added externally.

◆ InvokeFreeComponent() [2/2]

template<std::derived_from< FreeComponent > T>
template<class ... Args>
nc::InvokeFreeComponent< T >::InvokeFreeComponent ( Entity  self,
ecs::Ecs  world,
Args &&...  args 
)
inline

The user-defined constructor attaches an instance of the component to be invoked.

Member Function Documentation

◆ operator()()

template<std::derived_from< FreeComponent > T>
void nc::InvokeFreeComponent< T >::operator() ( Entity  self,
ecs::Ecs  world,
float  dt 
) const
inline

FrameLogic call operator


The documentation for this struct was generated from the following file: