![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Fluent interface for running a system. More...
#include <impl.hpp>
Public Member Functions | |
| system_runner_fluent (world_t *world, entity_t id, int32_t stage_current, int32_t stage_count, ecs_ftime_t delta_time, void *param) | |
| Construct a system runner. | |
| system_runner_fluent & | offset (int32_t offset) |
| Set the offset for the system runner. | |
| system_runner_fluent & | limit (int32_t limit) |
| Set the limit for the system runner. | |
| system_runner_fluent & | stage (flecs::world &stage) |
| Set the stage for the system runner. | |
| ~system_runner_fluent () | |
| Destructor. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |