Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::_::enum_constant_data< T > Struct Template Reference

Enumeration constant data. More...

#include <enum.hpp>

Public Attributes

flecs::entity_t id
 
offset
 

Detailed Description

template<typename T>
struct flecs::_::enum_constant_data< T >

Enumeration constant data.

Definition at line 165 of file enum.hpp.

Member Data Documentation

◆ id

template<typename T >
flecs::entity_t flecs::_::enum_constant_data< T >::id

Definition at line 166 of file enum.hpp.

◆ offset

template<typename T >
T flecs::_::enum_constant_data< T >::offset

Definition at line 167 of file enum.hpp.


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