Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
19
flecs::system
system
(
flecs::entity
e)
const
;
20
27
template
<
typename
... Components,
typename
... Args>
28
flecs::system_builder
<Components...>
system
(Args &&... args)
const
;
29
flecs::world::system
flecs::system_builder< Components... > system(Args &&... args) const
Create a new system.
flecs::world::system
flecs::system system(flecs::entity e) const
Upcast entity to a system.
flecs::entity
Entity.
Definition
entity.hpp:30
flecs::system_builder
System builder.
Definition
builder.hpp:24
flecs::system
Definition
impl.hpp:65