Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Static Public Member Functions | |
static void | init (bool allow_tag=true) |
static void | init_builtin (flecs::world_t *world, flecs::entity_t id, bool allow_tag=true) |
static entity_t | register_id (world_t *world, const char *name=nullptr, bool allow_tag=true, flecs::id_t id=0, bool is_component=false, bool implicit_name=true, const char *n=nullptr, flecs::entity_t module=0) |
static entity_t | id (world_t *world) |
static size_t | size () |
static size_t | alignment () |
static bool | registered (flecs::world_t *world) |
static void | reset () |
Static Public Attributes | |
static int32_t | s_index |
static size_t | s_size |
static size_t | s_alignment |
static bool | s_allow_tag |
Definition at line 124 of file component.hpp.
|
inlinestatic |
Definition at line 252 of file component.hpp.
|
inlinestatic |
Definition at line 224 of file component.hpp.
|
inlinestatic |
Definition at line 129 of file component.hpp.
|
inlinestatic |
Definition at line 142 of file component.hpp.
|
inlinestatic |
Definition at line 152 of file component.hpp.
|
inlinestatic |
Definition at line 258 of file component.hpp.
|
inlinestatic |
Definition at line 274 of file component.hpp.
|
inlinestatic |
Definition at line 246 of file component.hpp.
|
static |
Definition at line 283 of file component.hpp.
|
static |
Definition at line 284 of file component.hpp.
|
static |
Definition at line 281 of file component.hpp.
|
static |
Definition at line 282 of file component.hpp.