ComponentRef

ComponentRef contain component ID and pointer to it. It used to add component data to entity.

export export
struct ComponentRef {}

Members

Variables

component_id
ushort component_id;

component index

ptr
void* ptr;

pointer to component

Meta