neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::game::material::meta Struct Reference

#include <material.hpp>

Inheritance diagram for neogfx::game::material::meta:
neolib::ecs::i_component_data::meta

Static Public Member Functions

static const neolib::uuidid ()
 
static const i_stringname ()
 
static uint32_t field_count ()
 
static component_data_field_type field_type (uint32_t aFieldIndex)
 
static neolib::uuid field_type_id (uint32_t aFieldIndex)
 
static const i_stringfield_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
 

Detailed Description

Definition at line 45 of file material.hpp.

Member Function Documentation

◆ field_count()

static uint32_t neogfx::game::material::meta::field_count ( )
inlinestatic

Definition at line 57 of file material.hpp.

◆ field_name()

static const i_string & neogfx::game::material::meta::field_name ( uint32_t  aFieldIndex)
inlinestatic

Definition at line 95 of file material.hpp.

◆ field_type()

static component_data_field_type neogfx::game::material::meta::field_type ( uint32_t  aFieldIndex)
inlinestatic

Definition at line 61 of file material.hpp.

◆ field_type_id()

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

Definition at line 80 of file material.hpp.

◆ id()

static const neolib::uuid & neogfx::game::material::meta::id ( )
inlinestatic

Definition at line 47 of file material.hpp.

◆ name()

static const i_string & neogfx::game::material::meta::name ( )
inlinestatic

Definition at line 52 of file material.hpp.


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