Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Systems

Systems are a query + function that can be ran manually or by a pipeline. More...

Namespaces

namespace  flecs::_
 Int to enum.
 

Classes

struct  flecs::system_builder< Components >
 System builder. More...
 
struct  flecs::system_builder_i< Base, Components >
 System builder interface. More...
 

Typedefs

using flecs::TickSource = EcsTickSource
 

Functions

void flecs::_::system_init (flecs::world &world)
 

Detailed Description

Systems are a query + function that can be ran manually or by a pipeline.

Typedef Documentation

◆ TickSource

Definition at line 18 of file decl.hpp.

Function Documentation

◆ system_init()

void flecs::_::system_init ( flecs::world world)
inline

Definition at line 137 of file impl.hpp.