|
CeresEngine 0.2.0
A game development framework
|
A structure that encodes a set of changes done to a component. More...
#include <CeresEngine/Entity/Component.hpp>
Public Attributes | |
| SmallVector< ComponentChange, 10 > | changes |
| A set of changes done to a component. | |
A structure that encodes a set of changes done to a component.
| SmallVector<ComponentChange, 10> CeresEngine::ComponentChangeSet::changes |
A set of changes done to a component.
Each entry represents a single field that has changed.