Cogs.Core
Public Types | List of all members
Cogs::ComponentModel::ComponentPoolFlags Struct Reference

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...
 

Detailed Description

Contains component pool flags.

Definition at line 13 of file ComponentPool.h.

Member Enumeration Documentation

◆ EComponentPoolFlags

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.


The documentation for this struct was generated from the following file: