|
CeresEngine 0.2.0
A game development framework
|
A structure that encodes a change to an entity field. More...
#include <CeresEngine/Entity/Entity.hpp>
Public Attributes | |
| const ComponentType * | componentType |
| The component. | |
| ComponentChangeSet | change |
| A structure that describes a set of changes to an entity component field. | |
A structure that encodes a change to an entity field.
| ComponentChangeSet CeresEngine::EntityChange::change |
A structure that describes a set of changes to an entity component field.
| const ComponentType* CeresEngine::EntityChange::componentType |
The component.