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

Public Attributes

int32_t _canary
 
ecs_entity_t entity
 
ecs_entity_t member
 
ecs_id_t id
 
bool targets
 
ecs_entity_t kind
 
const char * brief
 

Detailed Description

Definition at line 72 of file metrics.h.

Member Data Documentation

◆ _canary

int32_t ecs_metric_desc_t::_canary

Definition at line 73 of file metrics.h.

◆ brief

const char* ecs_metric_desc_t::brief

Definition at line 96 of file metrics.h.

◆ entity

ecs_entity_t ecs_metric_desc_t::entity

Definition at line 76 of file metrics.h.

◆ id

ecs_id_t ecs_metric_desc_t::id

Definition at line 84 of file metrics.h.

◆ kind

ecs_entity_t ecs_metric_desc_t::kind

Definition at line 93 of file metrics.h.

◆ member

ecs_entity_t ecs_metric_desc_t::member

Definition at line 80 of file metrics.h.

◆ targets

bool ecs_metric_desc_t::targets

Definition at line 90 of file metrics.h.


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