Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::system_runner_fluent Struct Reference

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)
 
system_runner_fluentoffset (int32_t offset)
 
system_runner_fluentlimit (int32_t limit)
 
system_runner_fluentstage (flecs::world &stage)
 

Detailed Description

Definition at line 13 of file impl.hpp.

Constructor & Destructor Documentation

◆ system_runner_fluent()

flecs::system_runner_fluent::system_runner_fluent ( world_t * world,
entity_t id,
int32_t stage_current,
int32_t stage_count,
ecs_ftime_t delta_time,
void * param )
inline

Definition at line 14 of file impl.hpp.

◆ ~system_runner_fluent()

flecs::system_runner_fluent::~system_runner_fluent ( )
inline

Definition at line 45 of file impl.hpp.

Member Function Documentation

◆ limit()

system_runner_fluent & flecs::system_runner_fluent::limit ( int32_t limit)
inline

Definition at line 35 of file impl.hpp.

◆ offset()

system_runner_fluent & flecs::system_runner_fluent::offset ( int32_t offset)
inline

Definition at line 30 of file impl.hpp.

◆ stage()

system_runner_fluent & flecs::system_runner_fluent::stage ( flecs::world & stage)
inline

Definition at line 40 of file impl.hpp.


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