Flecs
v4.1
A fast entity component system (ECS) for C & C++
Toggle main menu visibility
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
5
10
template
<
typename
T>
11
flecs::id
id
()
const
;
12
17
template
<
typename
... Args>
18
flecs::id
id
(Args&&... args)
const
;
19
24
template
<
typename
First,
typename
Second>
25
flecs::id
pair
()
const
;
26
31
template
<
typename
First>
32
flecs::id
pair
(
entity_t
o)
const
;
33
38
flecs::id
pair
(
entity_t
r,
entity_t
o)
const
;
flecs::entity_t
ecs_entity_t entity_t
Entity type.
Definition
c_types.hpp:21
flecs::id
Class that wraps around a flecs::id_t.
Definition
decl.hpp:27
flecs::world::pair
flecs::id pair(entity_t o) const
Get pair ID from relationship and object.
flecs::world::pair
flecs::id pair() const
Get pair ID from relationship and object.
flecs::world::id
flecs::id id() const
Get ID from a type.
flecs::world::id
flecs::id id(Args &&... args) const
ID factory.
flecs::world::pair
flecs::id pair(entity_t r, entity_t o) const
Get pair ID from relationship and object.