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

Public Types

enum  Hook {
  OnAdd , OnRemove , OnSet , OnReplace ,
  OnValidate , Count
}
 

Public Attributes

void * callbacks [Count] = {}
 
ecs_ctx_free_t free [Count] = {}
 

Detailed Description

Definition at line 16 of file delegate.hpp.

Member Enumeration Documentation

◆ Hook

enum flecs::_::component_binding_ctx::Hook

Definition at line 17 of file delegate.hpp.

Constructor & Destructor Documentation

◆ ~component_binding_ctx()

flecs::_::component_binding_ctx::~component_binding_ctx ( )
inline

Definition at line 21 of file delegate.hpp.

Member Data Documentation

◆ callbacks

void* flecs::_::component_binding_ctx::callbacks[Count] = {}

Definition at line 18 of file delegate.hpp.

◆ free

ecs_ctx_free_t flecs::_::component_binding_ctx::free[Count] = {}

Definition at line 19 of file delegate.hpp.


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