Interface | Description |
---|---|
IEntity |
An interface to use an entity as a 'whole'.
|
Class | Description |
---|---|
Data |
Base Class for every Data added to an entity.
|
DataCenter |
Combines the data, managing of processors and entities and keep track of the
delta time, for accurate updating.
|
DataCore |
Houses all the data related to entities, data and processors
|
DataProcessor |
Base class for every processor considered to perform any action on a
component from an entity.
|
InterestListDataProcessor |
Convenience implementation to use the interest system.
|