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

Used with ecs_unit_prefix_init. More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to associate with unit prefix (optional) More...
 
const char * symbol
 Unit symbol, e.g. More...
 
ecs_unit_translation_t translation
 Translation to apply to derived unit (optional) More...
 

Detailed Description

Used with ecs_unit_prefix_init.

Definition at line 860 of file meta.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_unit_prefix_desc_t::entity

Existing entity to associate with unit prefix (optional)

Definition at line 862 of file meta.h.

◆ symbol

const char* ecs_unit_prefix_desc_t::symbol

Unit symbol, e.g.

"m", "%", "g". (optional)

Definition at line 865 of file meta.h.

◆ translation

ecs_unit_translation_t ecs_unit_prefix_desc_t::translation

Translation to apply to derived unit (optional)

Definition at line 868 of file meta.h.


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