GroupData

Undocumented in source.

Members

Static functions

create
GroupData create(Allocator* allocator, Registry* registry, ulong hash, uint[] owned, uint[] include, uint[] exclude)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

current
size_t current;
Undocumented in source.
entity_set
SparseSet!(Entity) entity_set;

optional. there will be an entity_set for non-owning groups and current for owning

exclude
uint[] exclude;
Undocumented in source.
hash
ulong hash;
Undocumented in source.
include
uint[] include;
Undocumented in source.
owned
uint[] owned;
Undocumented in source.
registry
Registry* registry;
Undocumented in source.
size
ubyte size;
Undocumented in source.

Meta