MultiView

Undocumented in source.

Members

Functions

get
T* get(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Entity) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
sort
void sort()
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
MultiView create(Registry* reg, ulong[n_includes] includes, ulong[n_excludes] excludes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exclude_type_ids
ulong[n_excludes] exclude_type_ids;
Undocumented in source.
registry
Registry* registry;
Undocumented in source.
type_ids
ulong[n_includes] type_ids;
Undocumented in source.

Meta