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

Public Attributes

ecs_world_tworld
 
ecs_expr_var_scope_t root
 
ecs_expr_var_scope_tcur
 

Detailed Description

Definition at line 133 of file expr.h.

Member Data Documentation

◆ cur

ecs_expr_var_scope_t* ecs_vars_t::cur

Definition at line 136 of file expr.h.

◆ root

ecs_expr_var_scope_t ecs_vars_t::root

Definition at line 135 of file expr.h.

◆ world

ecs_world_t* ecs_vars_t::world

Definition at line 134 of file expr.h.


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