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

Public Attributes

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

Detailed Description

Definition at line 464 of file meta.h.

Member Data Documentation

◆ symbol

char* EcsUnitPrefix::symbol

Symbol of prefix (e.g.

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

Definition at line 465 of file meta.h.

◆ translation

ecs_unit_translation_t EcsUnitPrefix::translation

Translation of prefix.

Definition at line 466 of file meta.h.


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