Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsUnitPrefix Struct Reference

Component that stores unit prefix data. More...

#include <meta.h>

Public Attributes

char * symbol
 Symbol of prefix (e.g.
 
ecs_unit_translation_t translation
 Translation of prefix.
 

Detailed Description

Component that stores unit prefix data.

Definition at line 481 of file meta.h.

Member Data Documentation

◆ symbol

char* EcsUnitPrefix::symbol

Symbol of prefix (e.g.

"K", "M", "Ki")

Definition at line 482 of file meta.h.

◆ translation

ecs_unit_translation_t EcsUnitPrefix::translation

Translation of prefix.

Definition at line 483 of file meta.h.


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