neoGFX
Cross-platform C++ app/game engine
neogfx::game::i_component_data::meta Struct Reference

#include <i_component_data.hpp>

Inheritance diagram for neogfx::game::i_component_data::meta:
neogfx::game::animation::meta neogfx::game::box_collider::meta neogfx::game::broadphase_collider::meta neogfx::game::broadphase_collider_2d::meta neogfx::game::clock::meta neogfx::game::color::meta neogfx::game::entity_info::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_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

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 100 of file i_component_data.hpp.

Member Function Documentation

◆ field_type_id()

static neolib::uuid neogfx::game::i_component_data::meta::field_type_id ( uint32_t  )
inlinestatic

Definition at line 104 of file i_component_data.hpp.

Member Data Documentation

◆ has_handles

constexpr bool neogfx::game::i_component_data::meta::has_handles = false
static

Definition at line 109 of file i_component_data.hpp.

◆ has_updater

constexpr bool neogfx::game::i_component_data::meta::has_updater = false
static

Definition at line 110 of file i_component_data.hpp.


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