neoGFX
Cross-platform C++ app/game engine
|
#include <entity_info.hpp>
Static Public Member Functions | |
static const neolib::uuid & | id () |
static const neolib::i_string & | name () |
static uint32_t | field_count () |
static component_data_field_type | field_type (uint32_t aFieldIndex) |
static const neolib::i_string & | field_name (uint32_t aFieldIndex) |
Static Public Member Functions inherited from neolib::ecs::i_component_data::meta | |
static neolib::uuid | field_type_id (uint32_t) |
Additional Inherited Members | |
Static Public Attributes inherited from neolib::ecs::i_component_data::meta | |
static constexpr bool | has_handles = false |
static constexpr bool | has_updater = false |
Definition at line 56 of file entity_info.hpp.
Definition at line 68 of file entity_info.hpp.
|
inlinestatic |
Definition at line 94 of file entity_info.hpp.
|
inlinestatic |
Definition at line 76 of file entity_info.hpp.
|
inlinestatic |
Definition at line 58 of file entity_info.hpp.
|
inlinestatic |
Definition at line 63 of file entity_info.hpp.