Cogs.Core
|
Contains component pool flags. More...
#include <ComponentPool.h>
Public Types | |
enum | EComponentPoolFlags { None = 0x0000 , AllowGrow = 0x0001 } |
Contains flags controlling the behavior of a component pool instance. More... | |
Contains component pool flags.
Definition at line 13 of file ComponentPool.h.
Contains flags controlling the behavior of a component pool instance.
Enumerator | |
---|---|
None | Default behavior. |
AllowGrow | Allows the component pool to grow on demand. |
Definition at line 18 of file ComponentPool.h.