EntityManager.ComponentInfo

Component info;

Destructor

~this
~this()
Undocumented in source.

Members

Variables

alignment
ushort alignment;

Component data alignment

create_callback
void function(void* pointer) nothrow @(nogc) create_callback;

Pointer to component create callback

destroy_callback
void function(void* pointer) nothrow @(nogc) destroy_callback;

Pointer to component destroy callback

init_data
ubyte[] init_data;

Initialization data

size
ushort size;

Component size

Meta