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

Target data for flattened relationships. More...

#include <flecs.h>

Public Attributes

int32_t count
 
ecs_record_ttarget
 

Detailed Description

Target data for flattened relationships.

Definition at line 1327 of file flecs.h.

Member Data Documentation

◆ count

int32_t EcsFlattenTarget::count

Definition at line 1328 of file flecs.h.

◆ target

ecs_record_t* EcsFlattenTarget::target

Definition at line 1329 of file flecs.h.


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