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

A structure that encodes a change to an entity field. More...

#include <CeresEngine/Entity/Entity.hpp>

Public Attributes

const ComponentTypecomponentType
 The component.
 
ComponentChangeSet change
 A structure that describes a set of changes to an entity component field.
 

Detailed Description

A structure that encodes a change to an entity field.

Member Data Documentation

◆ change

ComponentChangeSet CeresEngine::EntityChange::change

A structure that describes a set of changes to an entity component field.

◆ componentType

const ComponentType* CeresEngine::EntityChange::componentType

The component.


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