EntityComponent Struct - NocturnalWisp/Tynted-Engine GitHub Wiki

Usage

A representation of a EntityID to Component relationship.

Constructor

Summary Creates a new Entity Component.

Implementation

EntityComponent(int entityID, IComponent component)

Vars

  • entityID - ID of the entity.
  • component - component attached to the entity.