![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Result type for C++ set/assign operations. More...
#include <flecs_cpp.h>
Public Attributes | |
| ecs_world_t * | world |
| The world. | |
| ecs_stage_t * | stage |
| The stage. | |
| void * | ptr |
| Pointer to the component data. | |
| bool | call_modified |
| Whether modified should be called. | |
Result type for C++ set/assign operations.
Definition at line 166 of file flecs_cpp.h.
| bool ecs_cpp_get_mut_t::call_modified |
Whether modified should be called.
Definition at line 170 of file flecs_cpp.h.
| void* ecs_cpp_get_mut_t::ptr |
Pointer to the component data.
Definition at line 169 of file flecs_cpp.h.
| ecs_stage_t* ecs_cpp_get_mut_t::stage |
The stage.
Definition at line 168 of file flecs_cpp.h.
| ecs_world_t* ecs_cpp_get_mut_t::world |
The world.
Definition at line 167 of file flecs_cpp.h.