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

Public Attributes

const char * child_name
 
ecs_table_ttable
 
uint32_t child
 
int32_t parent_index
 

Detailed Description

Definition at line 1587 of file flecs.h.

Member Data Documentation

◆ child

uint32_t ecs_tree_spawner_child_t::child

Definition at line 1590 of file flecs.h.

◆ child_name

const char* ecs_tree_spawner_child_t::child_name

Definition at line 1588 of file flecs.h.

◆ parent_index

int32_t ecs_tree_spawner_child_t::parent_index

Definition at line 1591 of file flecs.h.

◆ table

ecs_table_t* ecs_tree_spawner_child_t::table

Definition at line 1589 of file flecs.h.


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