CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ComponentChangeSet Struct Referencefinal

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.
 

Detailed Description

A structure that encodes a set of changes done to a component.

Member Data Documentation

◆ changes

SmallVector<ComponentChange, 10> CeresEngine::ComponentChangeSet::changes

A set of changes done to a component.

Each entry represents a single field that has changed.


The documentation for this struct was generated from the following file: