NcEngine
|
Go to the source code of this file.
Classes | |
class | nc::FrameLogic |
Component that runs a custom callable during each logic phase. More... | |
Concepts | |
concept | nc::FrameLogicCallable |
FrameLogic callable type requirements. | |
Typedefs | |
using | nc::FrameLogicCallable_t = std::move_only_function< void(Entity self, ecs::Ecs world, float dt)> |
FrameLogic callable member type. | |