NcEngine
nc::FrameLogic Class Referencefinal

Component that runs a custom callable during each logic phase. More...

#include <FrameLogic.h>

Inheritance diagram for nc::FrameLogic:
nc::ComponentBase

Public Member Functions

template<FrameLogicCallable Func>
 FrameLogic (Entity entity, Func &&func)
 
template<FrameLogicCallable Func>
void SetFunction (Func &&func)
 Set a new callable.
 
void Run (ecs::Ecs world, float dt)
 
- Public Member Functions inherited from nc::ComponentBase
 ComponentBase (Entity entity) noexcept
 
 ComponentBase (const ComponentBase &)=delete
 
 ComponentBase (ComponentBase &&)=default
 
ComponentBaseoperator= (const ComponentBase &)=delete
 
ComponentBaseoperator= (ComponentBase &&)=default
 
Entity ParentEntity () const noexcept
 

Detailed Description

Component that runs a custom callable during each logic phase.


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