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

Public Attributes

ecs_meta_type_op_kind_t kind
 
ecs_size_t offset
 Offset of current field.
 
int32_t count
 
const char * name
 Name of value (only used for struct members)
 
int32_t op_count
 Number of operations until next field or end.
 
ecs_size_t size
 Size of type of operation.
 
ecs_entity_t type
 
ecs_entity_t unit
 
ecs_hashmap_t * members
 string -> member index (structs only)
 

Detailed Description

Definition at line 457 of file meta.h.

Member Data Documentation

◆ count

int32_t ecs_meta_type_op_t::count

Definition at line 460 of file meta.h.

◆ kind

ecs_meta_type_op_kind_t ecs_meta_type_op_t::kind

Definition at line 458 of file meta.h.

◆ members

ecs_hashmap_t* ecs_meta_type_op_t::members

string -> member index (structs only)

Definition at line 466 of file meta.h.

◆ name

const char* ecs_meta_type_op_t::name

Name of value (only used for struct members)

Definition at line 461 of file meta.h.

◆ offset

ecs_size_t ecs_meta_type_op_t::offset

Offset of current field.

Definition at line 459 of file meta.h.

◆ op_count

int32_t ecs_meta_type_op_t::op_count

Number of operations until next field or end.

Definition at line 462 of file meta.h.

◆ size

ecs_size_t ecs_meta_type_op_t::size

Size of type of operation.

Definition at line 463 of file meta.h.

◆ type

ecs_entity_t ecs_meta_type_op_t::type

Definition at line 464 of file meta.h.

◆ unit

ecs_entity_t ecs_meta_type_op_t::unit

Definition at line 465 of file meta.h.


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