EntityManager.this

Constructor of the entity-manager.

class EntityManager
this
(,
size_t maxComponent = 64
,
size_t poolSize = 8192
)

Parameters

eventManager EventManager

May be used to notify about entity creation and component registration.

maxComponent size_t

Maximum number of components supported by the whole manager.

poolSize size_t

Chunk size in bytes for each components.

Meta