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

Public Attributes

int32_t factor
 Factor to apply (e.g.
 
int32_t power
 Power to apply to factor (e.g.
 

Detailed Description

Definition at line 451 of file meta.h.

Member Data Documentation

◆ factor

int32_t ecs_unit_translation_t::factor

Factor to apply (e.g.

"1000", "1000000", "1024")

Definition at line 452 of file meta.h.

◆ power

int32_t ecs_unit_translation_t::power

Power to apply to factor (e.g.

"1", "3", "-9")

Definition at line 453 of file meta.h.


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