adapnex::core::LambdaTask::LambdaTask
Constructs a LambdaTask with the given update function.
Synopsis
Declared in <adapnex/core/task.h>
explicit
LambdaTask(std::function<void()> update);
Parameters
| Name | Description |
|---|---|
update |
The function to be called during each Update() cycle. |
Created with MrDocs