Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Static Public Member Functions | |
static void | init (entity_t entity, bool allow_tag=true) |
static entity_t | id_explicit (world_t *world=nullptr, const char *name=nullptr, bool allow_tag=true, flecs::id_t id=0, bool is_component=true, bool *existing=nullptr) |
static id_t | id (world_t *world=nullptr, const char *name=nullptr, bool allow_tag=true) |
static size_t | size () |
static size_t | alignment () |
static bool | registered (flecs::world_t *world) |
static void | reset () |
Static Public Attributes | |
static entity_t | s_id |
static size_t | s_size |
static size_t | s_alignment |
static bool | s_allow_tag |
static int32_t | s_reset_count |
Definition at line 133 of file component.hpp.
|
inlinestatic |
Definition at line 281 of file component.hpp.
|
inlinestatic |
Definition at line 225 of file component.hpp.
|
inlinestatic |
Definition at line 172 of file component.hpp.
|
inlinestatic |
Definition at line 138 of file component.hpp.
|
inlinestatic |
Definition at line 287 of file component.hpp.
|
inlinestatic |
Definition at line 302 of file component.hpp.
|
inlinestatic |
Definition at line 275 of file component.hpp.
|
static |
Definition at line 311 of file component.hpp.
|
static |
Definition at line 312 of file component.hpp.
|
static |
Definition at line 309 of file component.hpp.
|
static |
Definition at line 313 of file component.hpp.
|
static |
Definition at line 310 of file component.hpp.