Definition at line 490 of file meta.h.
◆ count
int32_t ecs_meta_type_op_t::count |
◆ kind
◆ member_index
int32_t ecs_meta_type_op_t::member_index |
Index of member in struct.
Definition at line 498 of file meta.h.
◆ members
ecs_hashmap_t* ecs_meta_type_op_t::members |
string -> member index (structs only)
Definition at line 499 of file meta.h.
◆ name
const char* ecs_meta_type_op_t::name |
Name of value (only used for struct members)
Definition at line 494 of file meta.h.
◆ offset
ecs_size_t ecs_meta_type_op_t::offset |
Offset of current field.
Definition at line 492 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 495 of file meta.h.
◆ size
ecs_size_t ecs_meta_type_op_t::size |
Size of type of operation.
Definition at line 496 of file meta.h.
◆ type
Type entity.
Definition at line 497 of file meta.h.
The documentation for this struct was generated from the following file: