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

#include <animation.hpp>

Inheritance diagram for neogfx::game::animation::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 96 of file animation.hpp.

Member Function Documentation

◆ field_count()

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

Definition at line 108 of file animation.hpp.

◆ field_name()

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

Definition at line 132 of file animation.hpp.

◆ field_type()

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

Definition at line 112 of file animation.hpp.

◆ field_type_id()

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

Definition at line 122 of file animation.hpp.

◆ id()

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

Definition at line 98 of file animation.hpp.

◆ name()

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

Definition at line 103 of file animation.hpp.


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