EntityDataBlock

Contains all loaded data to back created entities and their components.

File location: framework/cauldron/framework/inc/core/contentloader.h

Construction

Return type

Description

EntityDataBlock ()

Detailed description

Contains all loaded data to back created entities and their components.

Data fields

Type

Description

Entity *

pEntity
Pointer to the entity this data block represents.

std::vector<ComponentData *>

ComponentsData
Initialization data for all of the entity’s components.

std::vector<Component *>

Components
Pointers for all of the entity’s components.