CG-Project2
Loading...
Searching...
No Matches
Component Class Reference

Base class for every entity component. More...

#include <Component.hpp>

Inheritance diagram for Component:

Detailed Description

Base class for every entity component.

A component is basically a structure where some data or callbacks are stored. It's possible to query components using the EntityManager.

See also
EntityManager

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