Flecs
v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
1
11
template
<
typename
T>
12
flecs::entity
prefab
(
const
char
*name =
nullptr
)
const
;
13
19
template
<
typename
... Args>
20
flecs::entity
prefab
(Args &&... args)
const
;
flecs::world::prefab
flecs::entity prefab(Args &&... args) const
Create a prefab.
flecs::world::prefab
flecs::entity prefab(const char *name=nullptr) const
Create a prefab that's associated with a type.
flecs::entity
Entity.
Definition
entity.hpp:30