Structs

Represents an abstract Entity. Is internally a handle into the ECS to query it’s associated components.
Represents entity reference to the [ version | index_in_archetype | archetype_index | length | custom_bits ]. MEMORY_LAYOUTS: Valid: |version: u8|idx_in_arch: u24|arch_idx: u16 ] Invalid: |version: u8|next_fr_slt: u24|INV_ARCH: u16 ] | 0 | 1 2 3 | 4 5 ]