evael-ecs ~master (2021-10-22T21:44:54.846741)
Dub
Repo
IComponentPool
evael
ecs
component_pool
Undocumented in source.
interface
IComponentPool : NoGCInterface {
void
expand
();
size_t
length
();
}
Members
Functions
expand
void
expand
()
Undocumented in source.
length
size_t
length
()
Undocumented in source.
Meta
Source
See Implementation
evael
ecs
component_pool
classes
ComponentPool
interfaces
IComponentPool