neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::ecs::i_component_data::meta Struct Reference

#include <i_component_data.hpp>

Inheritance diagram for neolib::ecs::i_component_data::meta:
neogfx::game::animation::meta neogfx::game::animation_filter::meta neogfx::game::animation_frame::meta neogfx::game::box_collider::meta neogfx::game::box_collider_2d::meta neogfx::game::color::meta neogfx::game::filter::meta neogfx::game::font::meta neogfx::game::gradient::meta neogfx::game::image::meta neogfx::game::material::meta neogfx::game::mesh::meta neogfx::game::mesh_filter::meta neogfx::game::mesh_render_cache::meta neogfx::game::mesh_renderer::meta neogfx::game::outline::meta neogfx::game::patch::meta neogfx::game::physics::meta neogfx::game::rectangle::meta neogfx::game::rigid_body::meta neogfx::game::sprite::meta neogfx::game::text_mesh::meta neogfx::game::texture::meta neogfx::game::transformation::meta neolib::ecs::clock::meta neolib::ecs::entity_info::meta neolib::ecs::entity_life_span::meta

Classes

struct  invalid_field_index
 

Static Public Member Functions

static neolib::uuid field_type_id (uint32_t)
 

Static Public Attributes

static constexpr bool has_handles = false
 
static constexpr bool has_updater = false
 

Detailed Description

Definition at line 132 of file i_component_data.hpp.

Member Function Documentation

◆ field_type_id()

static neolib::uuid neolib::ecs::i_component_data::meta::field_type_id ( uint32_t  )
inlinestatic

Definition at line 136 of file i_component_data.hpp.

Member Data Documentation

◆ has_handles

constexpr bool neolib::ecs::i_component_data::meta::has_handles = false
staticconstexpr

Definition at line 141 of file i_component_data.hpp.

◆ has_updater

constexpr bool neolib::ecs::i_component_data::meta::has_updater = false
staticconstexpr

Definition at line 142 of file i_component_data.hpp.


The documentation for this struct was generated from the following file: