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

Result type for C++ set/assign operations. More...

#include <flecs_cpp.h>

Public Attributes

ecs_world_tworld
 The world.
 
ecs_stage_tstage
 The stage.
 
void * ptr
 Pointer to the component data.
 
bool call_modified
 Whether modified should be called.
 

Detailed Description

Result type for C++ set/assign operations.

Definition at line 166 of file flecs_cpp.h.

Member Data Documentation

◆ call_modified

bool ecs_cpp_get_mut_t::call_modified

Whether modified should be called.

Definition at line 170 of file flecs_cpp.h.

◆ ptr

void* ecs_cpp_get_mut_t::ptr

Pointer to the component data.

Definition at line 169 of file flecs_cpp.h.

◆ stage

ecs_stage_t* ecs_cpp_get_mut_t::stage

The stage.

Definition at line 168 of file flecs_cpp.h.

◆ world

ecs_world_t* ecs_cpp_get_mut_t::world

The world.

Definition at line 167 of file flecs_cpp.h.


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