EntityManager.EntitiesBlock

Meta data of every block of entities (contained at the begining of block).

Members

Functions

dataBegin
void* dataBegin()

return pointer to first element in block

entityIndex
ushort entityIndex(const(Entity)* entity)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

added_count
ushort added_count;

number of new entities in block

entities_count
ushort entities_count;

number of entities in block

id
ushort id;

block id

next_block
EntitiesBlock* next_block;

maximum number of entities in block pointer to next block/page

prev_block
EntitiesBlock* prev_block;

pointer to next block/page

type_info
EntityInfo* type_info;

pointer to Entity type info

Meta