Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_tree_spawner_t Struct Reference

Tree spawner data for a single hierarchy depth. More...

#include <flecs.h>

Public Attributes

ecs_vec_t children
 vector<ecs_tree_spawner_child_t>.
 

Detailed Description

Tree spawner data for a single hierarchy depth.

Definition at line 1599 of file flecs.h.

Member Data Documentation

◆ children

ecs_vec_t ecs_tree_spawner_t::children

vector<ecs_tree_spawner_child_t>.

Definition at line 1600 of file flecs.h.


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