81static const type_kind_t PrimitiveType = EcsPrimitiveType;
82static const type_kind_t BitmaskType = EcsBitmaskType;
88static const type_kind_t TypeKindLast = EcsTypeKindLast;
Cursor for reading/writing dynamic values.
FLECS_API const ecs_entity_t ecs_id(EcsDocDescription)
Component ID for EcsDocDescription.
ecs_id_t ecs_entity_t
An entity identifier.
ecs_entity_t entity_t
Entity type.
Helpers for opaque type registration.
Component added to array type entities.
Component added to bitmask type entities.
Component added to enum type entities.
Component added to member entities to express valid value ranges.
Component added to member entities.
Component added to primitive types.
Component added to struct type entities.
Component that stores the type serializer.
Component that is automatically added to every type with the right kind.
Component that stores unit data.
Component added to vector type entities.
Type that describes a bitmask constant.
Type that describes an enum constant.
Element type of members vector in EcsStruct.